Skip to content
Snippets Groups Projects
Forked from project / project_browser
32 commits behind, 13 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpstan-baseline-getExtras.neon 589 B
parameters:
  ignoreErrors:
    -
       message: "#^Call to function method_exists\\(\\) with 'Drupal\\\\\\\\Core\\\\\\\\Recipe\\\\\\\\Recipe' and 'getExtra' will always evaluate to true\\.$#"
       identifier: function.alreadyNarrowedType
       count: 1
       path: src/Activator/RecipeActivator.php
    -
       message: "#^Call to function method_exists\\(\\) with 'Drupal\\\\\\\\Core\\\\\\\\Recipe\\\\\\\\Recipe' and 'getExtra' will always evaluate to true\\.$#"
       identifier: function.alreadyNarrowedType
       count: 1
       path: tests/src/Kernel/RecipeActivatorTest.php