-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-4929: Fix property-read usage #373
base: 4.6
Are you sure you want to change the base?
Commits on May 17, 2024
-
URLAlias.php: Fix misusage of @property-read
@Property* tags are used for magic properties. https://docs.phpdoc.org/guide/references/phpdoc/tags/property.html @Property* tags duplicate property definitions in the output documentation when used to re-declare real properties.
Configuration menu - View commit details
-
Copy full SHA for cf3baf9 - Browse repository at this point
Copy the full SHA cf3baf9View commit details -
Fix misusage of @property-read
@Property* tags are used for magic properties. https://docs.phpdoc.org/guide/references/phpdoc/tags/property.html @Property* tags duplicate property definitions in the output documentation when used to re-declare real properties.
Configuration menu - View commit details
-
Copy full SHA for d2e6bf9 - Browse repository at this point
Copy the full SHA d2e6bf9View commit details -
Location.php: Fix misusage of @property-read
@Property* tags are used for magic properties. https://docs.phpdoc.org/guide/references/phpdoc/tags/property.html @Property* tags duplicate property definitions in the output documentation when used to re-declare real properties.
Configuration menu - View commit details
-
Copy full SHA for dc868a3 - Browse repository at this point
Copy the full SHA dc868a3View commit details -
Fix misusage of @property-read
@Property* tags are used for magic properties. https://docs.phpdoc.org/guide/references/phpdoc/tags/property.html @Property* tags duplicate property definitions in the output documentation when used to re-declare real properties.
Configuration menu - View commit details
-
Copy full SHA for dbbf642 - Browse repository at this point
Copy the full SHA dbbf642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e850d - Browse repository at this point
Copy the full SHA 48e850dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9627080 - Browse repository at this point
Copy the full SHA 9627080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c8cd5 - Browse repository at this point
Copy the full SHA 05c8cd5View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd8b8e4 - Browse repository at this point
Copy the full SHA dd8b8e4View commit details -
Fix "Found violation(s) of type: phpdoc_separation"
composer install; /opt/homebrew/Cellar/[email protected]/8.1.28/bin/php -d memory_limit=-1 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots;
Configuration menu - View commit details
-
Copy full SHA for b7d128e - Browse repository at this point
Copy the full SHA b7d128eView commit details -
Fix "Found violation(s) of type: phpdoc_separation" manually
Reorder declarations to avoid new lines from php-cs-fixer
Configuration menu - View commit details
-
Copy full SHA for e3ed0f9 - Browse repository at this point
Copy the full SHA e3ed0f9View commit details