build: environment: php: version: "7.2" ini: memory_limit: "-1" nodes: functional-tests: environment: hosts: 'local.dev': '127.0.0.1' apache2: modules: ['rewrite'] sites: symfony_app: web_root: 'public/' host: 'local.dev' services: mysql: 5.7 analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - js-scrutinizer-run tests: true filter: excluded_paths: - 'tests/*' - 'bin/*' - '*/build/*' checks: php: true javascript: true coding_style: php: spaces: within: brackets: true