Skip to content

fix: null as an array offset is deprecated, use an empty string instead #13343

fix: null as an array offset is deprecated, use an empty string instead

fix: null as an array offset is deprecated, use an empty string instead #13343

Triggered via pull request December 19, 2025 06:30
Status Failure
Total duration 57s
Artifacts

test-phpstan.yml

on: pull_request
PHP Static Analysis
53s
PHP Static Analysis
Fit to window
Zoom out
Zoom in

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.