Running with gitlab-runner 17.1.0 (fe451d5a)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1722781030:prepare_executor
Preparing the "docker" executor
Using Docker executor with image composer:2 ...
Pulling docker image composer:2 ...
Using docker image sha256:7db778a5e8bd0ebfe41b8b9c63ce7b43bead6b442c854335cd27b743957411f4 for composer:2 with digest composer@sha256:65a2e581e5393b16936e72b592dc75ffe9bd28196a9d2fa9b42bab484e6990fa ...
section_end:1722781032:prepare_executor
section_start:1722781032:prepare_script
Preparing environment
Running on runner-scbewxeb-project-127-concurrent-1 via qui-gitlab-runner...
section_end:1722781033:prepare_script
section_start:1722781033:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/package-faq/.git/
Checking out f2e3c7c4 as detached HEAD (ref is refs/merge-requests/17/head)...

Skipping Git submodules setup
section_end:1722781033:get_sources
section_start:1722781033:step_script
Executing "step_script" stage of the job script
Using docker image sha256:7db778a5e8bd0ebfe41b8b9c63ce7b43bead6b442c854335cd27b743957411f4 for composer:2 with digest composer@sha256:65a2e581e5393b16936e72b592dc75ffe9bd28196a9d2fa9b42bab484e6990fa ...
$ composer global require --no-interaction --prefer-stable --prefer-install=dist --update-no-dev --optimize-autoloader squizlabs/php_codesniffer=^3
Changed current directory to /tmp
./composer.json has been created
Running composer update squizlabs/php_codesniffer
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
  - Locking squizlabs/php_codesniffer (3.10.2)
Writing lock file
Installing dependencies from lock file
Package operations: 1 install, 0 updates, 0 removals
  - Downloading squizlabs/php_codesniffer (3.10.2)
  - Installing squizlabs/php_codesniffer (3.10.2): Extracting archive
Generating optimized autoload files
1 package you are using is looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
$ /tmp/vendor/bin/phpcs -n -p --standard=PSR12 --report=full --no-cache --colors --extensions=php --ignore=*.ini.php --basepath=$CI_PROJECT_DIR $CI_PROJECT_DIR
..EEE 5 / 5 (100%)



FILE: types/entry.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 10 | ERROR | [x] The first expression of a multi-line control structure must
    |       |     be on the line after the opening parenthesis
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: src/QUI/FAQ/EventsHandler.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 28 | ERROR | [x] The first expression of a multi-line control structure must
    |       |     be on the line after the opening parenthesis
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: src/QUI/FAQ/Controls/Accordion.php
----------------------------------------------------------------------
FOUND 14 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
  45 | ERROR | [x] Expected at least 1 space before "."; 0 found
  45 | ERROR | [x] Expected at least 1 space after "."; 0 found
 120 | ERROR | [x] Expected at least 1 space before "."; 0 found
 120 | ERROR | [x] Expected at least 1 space after "."; 0 found
 120 | ERROR | [x] Expected at least 1 space before "."; 0 found
 120 | ERROR | [x] Expected at least 1 space after "."; 0 found
 124 | ERROR | [x] Expected at least 1 space before "."; 0 found
 124 | ERROR | [x] Expected at least 1 space after "."; 0 found
 124 | ERROR | [x] Expected at least 1 space before "."; 0 found
 124 | ERROR | [x] Expected at least 1 space after "."; 0 found
 127 | ERROR | [x] Expected at least 1 space before "."; 0 found
 127 | ERROR | [x] Expected at least 1 space after "."; 0 found
 154 | ERROR | [x] Expected at least 1 space before "."; 0 found
 154 | ERROR | [x] Expected at least 1 space after "."; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 74ms; Memory: 6MB

section_end:1722781036:step_script
section_start:1722781036:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1722781036:cleanup_file_variables
ERROR: Job failed: exit code 1