Skip to content
Snippets Groups Projects
Unverified Commit 833b7396 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3497776 by quietone: PHPStan baseline out of sync

parent d766bbd0
No related branches found
No related tags found
No related merge requests found
...@@ -22388,13 +22388,13 @@ ...@@ -22388,13 +22388,13 @@
'path' => __DIR__ . '/modules/jsonapi/tests/src/Functional/ResourceTestBase.php', 'path' => __DIR__ . '/modules/jsonapi/tests/src/Functional/ResourceTestBase.php',
]; ];
$ignoreErrors[] = [ $ignoreErrors[] = [
'message' => '#^Method Drupal\\\\Tests\\\\jsonapi\\\\Functional\\\\RestJsonApiUnsupportedTest\\:\\:assertResponseWhenMissingAuthentication\\(\\) has no return type specified\\.$#', 'message' => '#^Method Drupal\\\\Tests\\\\jsonapi\\\\Functional\\\\RestJsonApiUnsupportedTest\\:\\:assertAuthenticationEdgeCases\\(\\) has no return type specified\\.$#',
'identifier' => 'missingType.return', 'identifier' => 'missingType.return',
'count' => 1, 'count' => 1,
'path' => __DIR__ . '/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php', 'path' => __DIR__ . '/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php',
]; ];
$ignoreErrors[] = [ $ignoreErrors[] = [
'message' => '#^Method Drupal\\\\Tests\\\\jsonapi\\\\Functional\\\\RestJsonApiUnsupportedTest\\:\\:assertAuthenticationEdgeCases\\(\\) has no return type specified\\.$#', 'message' => '#^Method Drupal\\\\Tests\\\\jsonapi\\\\Functional\\\\RestJsonApiUnsupportedTest\\:\\:assertResponseWhenMissingAuthentication\\(\\) has no return type specified\\.$#',
'identifier' => 'missingType.return', 'identifier' => 'missingType.return',
'count' => 1, 'count' => 1,
'path' => __DIR__ . '/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php', 'path' => __DIR__ . '/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php',
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment