Closed pamparam83 closed 8 months ago
Improvement of Command Display
This PR enhances the readability of the composer run serve
command by introducing code highlighting. This will make the command stand out and be easier to locate in the project codebase.
Modification of Namespaces
There have been namespace changes for both PhpFileSchemaProvider
and RouteArgument
across several files. This has been done to improve code organization and to possibly resolve any underlying issues related to class overlaps or incorrect import statements.
Changes in OffsetPagination
Widget
The menuClass
property has been taken out from the OffsetPagination
widget and the method name isRequired
has been changed to the more descriptive isPaginationRequired
. These alterations aim to make the code cleaner and its purpose more clear and understandable.
Updates in AuthController
and UserController
The method call getAttributeValue
is replaced by getPropertyValue
in AuthController
and a new PageToken
class has been added to handle pagination in UserController
. Also, the method call withNextPageToken
has been amended to withToken
in UserController
. These changes are made for better accuracy and functionality.
Test Annotation Update
In LoginAcceptanceCest
, the @depends
annotation was updated, ensuring that software tests execute in the correct order and improving overall test reliability.
Thanks.
fix tests