php-syntax-check-8.2

Jan Wennrich
1Running with gitlab-runner 17.1.0 (fe451d5a)2 on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f34Using Docker executor with image php:8.2-cli ...5Pulling docker image php:8.2-cli ...6Using docker image sha256:e5c4bceb7f312433b69b100f2d116769f6604ee3a8eda521b87cecdfd972a760 for php:8.2-cli with digest php@sha256:b74214af384f175a5200ef4c12d6902aea1b7329b19c6664012a5ca3b2c46699 ...8Running on runner-scbewxeb-project-127-concurrent-0 via qui-gitlab-runner...10Fetching changes...11Reinitialized existing Git repository in /builds/quiqqer/package-faq/.git/12Checking out f5ab7600 as detached HEAD (ref is feat-quiqqer-tooling)...13Removing parallel-lint.phar14Skipping Git submodules setup16Checking cache for v1.4.0-non_protected...17No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 18Successfully extracted cache20Using docker image sha256:e5c4bceb7f312433b69b100f2d116769f6604ee3a8eda521b87cecdfd972a760 for php:8.2-cli with digest php@sha256:b74214af384f175a5200ef4c12d6902aea1b7329b19c6664012a5ca3b2c46699 ...21$ php -r "if(!file_exists('${PHAR_FILE}')) {echo 'Downloading ${PHAR_FILE}...' . PHP_EOL; copy('https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/download/${PHAR_VERSION}/${PHAR_FILE}', '${PHAR_FILE}');}"22$ php ${PHAR_FILE} -j $(nproc --all) --colors --no-progress .23PHP 8.2.22 | 2 parallel jobs24Checked 7 files in 0.1 seconds25No syntax error found27Creating cache v1.4.0-non_protected...28parallel-lint.phar: found 1 matching artifact files and directories 29Archive is up to date! 30Created cache32Job succeeded