php-syntax-check-8.2

Henning Leutz
1Running with gitlab-runner 17.5.3 (12030cf4)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:67483f89a530a0393e4757b5203b26fb18c2f2e8d9acd9d0f7242e90a5ae2ffd for php:8.2-cli with digest php@sha256:cf045cb7d1b4e32b0020e240ceec9c015a6730b6a7c597f177c46d0b41eb0b37 ...8Running on runner-scbewxeb-project-162-concurrent-2 via qui-gitlab-runner...10Fetching changes...11Reinitialized existing Git repository in /builds/quiqqer/package-menu/.git/12Checking out e9624d8b as detached HEAD (ref is next-4.x)...13Removing .phive-home/14Removing .phpcs-cache-phpcs-12da43917d90fefaefd0b3f25d3b378b604b4c76.json15Removing .phpcs-report.xml16Removing tools/17Skipping Git submodules setup19Checking cache for v1.4.0-protected...20No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 21Successfully extracted cache23Using docker image sha256:67483f89a530a0393e4757b5203b26fb18c2f2e8d9acd9d0f7242e90a5ae2ffd for php:8.2-cli with digest php@sha256:cf045cb7d1b4e32b0020e240ceec9c015a6730b6a7c597f177c46d0b41eb0b37 ...24$ 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}');}"25$ php ${PHAR_FILE} -j $(nproc --all) --colors --no-progress .26PHP 8.2.27 | 4 parallel jobs27Checked 44 files in 0.8 seconds28No syntax error found30Creating cache v1.4.0-protected...31parallel-lint.phar: found 1 matching artifact files and directories 32Archive is up to date! 33Created cache35Job succeeded