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
lib/DocumentProperties.php:60 PhanDeprecatedImplicitNullableParam Implicit nullable parameters (string $fileName = null) have been deprecated in PHP 8.4
lib/context.php:203 PhanDeprecatedImplicitNullableParam Implicit nullable parameters (\Sabre\DAV\Server $sabreServer = null) have been deprecated in PHP 8.4
rules/filesize.php:51 PhanDeprecatedImplicitNullableParam Implicit nullable parameters (\Sabre\DAV\Server $sabreServer = null) have been deprecated in PHP 8.4
phan is now checking for things that are deprecated in PHP 8.4.
It doesn't actually effect oC10, because that only supports PHP 7.4 at the moment.
But we may as well fix these, because it is easy to put a ? before each nullable parameter.
New version of php is causing phan errors
The text was updated successfully, but these errors were encountered: