Skip to content
Snippets Groups Projects

Issue #3518231: New checking in mglaman/phpstan-drupal interfering with our usage of \Drupal\Component\Assertion\Inspector (phpstan-ignore version)

Open Issue #3518231: New checking in mglaman/phpstan-drupal interfering with our usage of \Drupal\Component\Assertion\Inspector (phpstan-ignore version)
2 files
+ 25
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 18
0
parameters:
ignoreErrors:
-
message: '#^Call to static method Drupal\\Component\\Assertion\\Inspector\:\:assertAllObjects\(\) with array\<Drupal\\project_browser\\ProjectBrowser\\Project\> and ''Drupal\\\\project_browser\\\\ProjectBrowser\\\\Project'' will always evaluate to true\.$#'
identifier: staticMethod.alreadyNarrowedType
count: 1
path: src/Plugin/ProjectBrowserSource/SortHelper.php
-
message: '#^Call to static method Drupal\\Component\\Assertion\\Inspector\:\:assertAllStrings\(\) with array\<string\> will always evaluate to true\.$#'
identifier: staticMethod.alreadyNarrowedType
count: 1
path: src/Plugin/ProjectBrowserSource/SortHelper.php
-
message: '#^Call to static method Drupal\\Component\\Assertion\\Inspector\:\:assertAllObjects\(\) with list\<Drupal\\project_browser\\ProjectBrowser\\Project\> and ''Drupal\\\\project_browser\\\\ProjectBrowser\\\\Project'' will always evaluate to true\.$#'
identifier: staticMethod.alreadyNarrowedType
count: 1
path: src/ProjectBrowser/ProjectsResultsPage.php
Loading