fix: null as an array offset is deprecated, use an empty string instead #13343
test-phpstan.yml
on: pull_request
PHP Static Analysis
53s
Annotations
4 errors
|
PHP Static Analysis
Process completed with exit code 1.
|
|
PHP Static Analysis:
system/Autoloader/FileLocatorInterface.php#L37
Default value of the parameter #2 $folder ('') of method CodeIgniter\Autoloader\FileLocatorInterface::locateFile() is incompatible with type non-empty-string.
|
|
PHP Static Analysis:
system/Autoloader/FileLocatorCached.php#L164
Default value of the parameter #2 $folder ('') of method CodeIgniter\Autoloader\FileLocatorCached::locateFile() is incompatible with type non-empty-string.
|
|
PHP Static Analysis:
system/Autoloader/FileLocator.php#L58
Default value of the parameter #2 $folder ('') of method CodeIgniter\Autoloader\FileLocator::locateFile() is incompatible with type non-empty-string.
|