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

Fix unstable hasFullyQualified(Interface|Enum)() #10603

Merged
merged 6 commits into from
Feb 5, 2024

Commits on Jan 29, 2024

  1. Fix unstable hasFullyQualified(Interface|Enum)()

    Before this change, calling:
    ```php
    $classlikes->hasFullyQualifiedInterfaceName($i); // true
    $classlikes->hasFullyQualifiedClassName($i); // false
    $classlikes->hasFullyQualifiedInterfaceName($i); // false
    ```
    would result in the last call returning `false`
    weirdan committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    67ba758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b7139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c935cc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e876396 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2aebd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e63db9c View commit details
    Browse the repository at this point in the history