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 PhpDoc #280

Merged
merged 6 commits into from
Oct 20, 2023
Merged

IBX-4929: Fix PhpDoc #280

merged 6 commits into from
Oct 20, 2023

Commits on Oct 16, 2023

  1. ConfigurationDumper.php: Move to @phpstam-param

    Avoid the following error:
    Unable to parse file "vendor/ibexa/core/src/contracts/Container/Encore/ConfigurationDumper.php", an error was detected: Unexpected token ":", expected '}'
    adriendupuis committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    470df61 View commit details
    Browse the repository at this point in the history
  2. phpDoc: Remove list bullets

    phpDoc description is interpreted as Markdown. Those hyphens were generating one-item unordered lists.
    adriendupuis committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7171013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c008679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1097f31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0914bd View commit details
    Browse the repository at this point in the history
  6. ConfigurationDumper.php: Back to @param

    The syntax is accepted by phpDocumentor 3.3.1 and 3.4.1;
    The syntax error was only due to question mark misplacement.
    adriendupuis committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    486539c View commit details
    Browse the repository at this point in the history