Actions
Bug #101888
closedrunTests shows deprecation error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-09-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When performing `Build/Scripts/runTests.sh -s cglGit` (after raising cs fixer dependency raise with `Build/Scripts/runTests.sh -s composerInstallMax`) a dependency error is thrown.
Build/Scripts/runTests.sh -s cglGit (52s 431ms) cglFixMyCommit.sh: Searching for php files in latest git commit ... PHP CS Fixer 3.26.1 Crank Cake by Fabien Potencier and Dariusz Ruminski. PHP runtime: 8.1.21 Loaded config default from "Build/php-cs-fixer/config.php". Using cache file ".php-cs-fixer.cache". ... 3 / 3 (100%) Legend: .-no changes, F-fixed, S-skipped (cached or empty file), I-invalid file syntax (file ignored), E-error Fixed 0 of 3 files in 0.622 seconds, 20.000 MB memory used Detected deprecations in use: - Rule "function_typehint_space" is deprecated. Use "type_declaration_spaces" instead.
Actions