Skip to content
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

Draft
wants to merge 10 commits into
base: 4.6
Choose a base branch
from
Draft

Commits on May 17, 2024

  1. 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.
    adriendupuis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cf3baf9 View commit details
    Browse the repository at this point in the history
  2. 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.
    adriendupuis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d2e6bf9 View commit details
    Browse the repository at this point in the history
  3. 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.
    adriendupuis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    dc868a3 View commit details
    Browse the repository at this point in the history
  4. 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.
    adriendupuis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    dbbf642 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48e850d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9627080 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05c8cd5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    dd8b8e4 View commit details
    Browse the repository at this point in the history
  2. 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;
    adriendupuis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b7d128e View commit details
    Browse the repository at this point in the history
  3. Fix "Found violation(s) of type: phpdoc_separation" manually

    Reorder declarations to avoid new lines from php-cs-fixer
    adriendupuis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e3ed0f9 View commit details
    Browse the repository at this point in the history