PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Convert Base36   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Convert Base36
Encode and decode data using Base36 encoding
Author: By
Last change:
Date: 5 years ago
Size: 869 bytes
 

Contents

Class file image Download
checks: php: code_rating: true duplication: true tools: php_cs_fixer: enabled: true extensions: - php config: { level: psr2 } filter: paths: - src/ php_sim: enabled: true min_mass: 30 # Defaults to 16 php_code_sniffer: enabled: true config: standard: PSR2 filter: paths: - src/ filter: paths: - src/* excluded_paths: - tests/ tools: external_code_coverage: timeout: 600 runs: 1 build: tests: override: - command: 'vendor/bin/phpunit --coverage-clover build/logs/clover.xml' coverage: file: 'build/logs/clover.xml' format: 'clover'