chore: flarum 2.0 update #25
Annotations
9 errors
Run PHPStan:
extend.php#L38
Parameter #1 $serviceProviderClass of method Flarum\Extend\ServiceProvider::register() expects class-string<Flarum\Foundation\AbstractServiceProvider>, string given.
|
Run PHPStan:
src/Extend/FileStoragePath.php#L24
Deprecated in PHP 8.4: Parameter #2 $extension (Flarum\Extension\Extension) is implicitly nullable via default value null.
|
Run PHPStan:
src/Extend/FileStoragePath.php#L31
Call to method has() on an unknown class League\Flysystem\Adapter\Local.
|
Run PHPStan:
src/Extend/FileStoragePath.php#L32
Call to method createDir() on an unknown class League\Flysystem\Adapter\Local.
|
Run PHPStan:
src/Extend/FileStoragePath.php#L36
Method FoF\Clockwork\Extend\FileStoragePath::storage() has invalid return type League\Flysystem\Adapter\Local.
|
Run PHPStan:
src/Extend/FileStoragePath.php#L38
Instantiated class League\Flysystem\Adapter\Local not found.
|
Run PHPStan:
src/Extend/FileStoragePath.php#L43
Call to method has() on an unknown class League\Flysystem\Adapter\Local.
|
Run PHPStan:
src/Extend/FileStoragePath.php#L44
Call to method deleteDir() on an unknown class League\Flysystem\Adapter\Local.
|
Run PHPStan
Process completed with exit code 1.
|
Loading