You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Implicitly marking parameter on PHP 8.4
This will get one extra test green.
There are plenty of other issues emitted by actual non-stub Drupal core code.
2) mglaman\PHPStanDrupal\Tests\StubTest::testValid
array (
0 =>
array (
'message' => 'Deprecated in PHP 8.4: Parameter #2 $account (Drupal\\Core\\Session\\AccountInterface) is implicitly nullable via default value null.',
'file' => '/Users/dpi/Code/phpstan-drupal/src/Drupal/../../stubs/Drupal/Core/Access/AccessibleInterface.stub',
Co-authored-by: Matt Glaman <[email protected]>
0 commit comments