PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Validator Library   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Validator Library
Validate an array of values using multiple rules
Author: By
Last change:
Date: 1 year ago
Size: 725 bytes
 

Contents

Class file image Download
build: image: default-bionic environment: php: version: 8.1.2 ini: xdebug.mode: coverage nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run coverage: tests: override: - command: composer test-init && composer test-coverage-xml coverage: file: ./tests/_output/coverage.xml format: clover tools: php_code_coverage: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: additive: false multiplicative: false