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: Fixed PHPDoc(s) referencing static<TValue> return type #216

Merged
merged 3 commits into from
Mar 17, 2023

Commits on Mar 14, 2023

  1. AbstractInMemoryCollection.php: Fix phpdoc

    Unable to parse file "vendor/ibexa/core/src/contracts/Collection/AbstractInMemoryCollection.php", an error was detected: static is not a collection
    adriendupuis committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f56f984 View commit details
    Browse the repository at this point in the history
  2. AbstractInMemoryCollection: Use PHPStan

    `static<TValue>` is used by static analysis tool.
    
    `@return self` is not necessary.
    adriendupuis committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7d28046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88f4031 View commit details
    Browse the repository at this point in the history