build: nodes: analysis: project_setup: override: [pecl channel-update pecl.php.net] tests: override: [php-scrutinizer-run --enable-security-analysis] environment: php: version: 8.1 ini: memory_limit: "-1" filter: excluded_paths: - 'tests/*' tools: php_cs_fixer: config: { level: psr12 } coding_style: php: spaces: around_operators: concatenation: true