PHP Classes

File: libs/PHPWord-master/.scrutinizer.yml

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/PHPWord-master/.scrutinizer.yml   Download  
File: libs/PHPWord-master/.scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 634 bytes
 

Contents

Class file image Download
filter: excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ] before_commands: - "composer install --prefer-source --dev" tools: php_code_sniffer: enabled: true config: standard: PSR2 php_mess_detector: enabled: true config: ruleset: phpmd.xml.dist external_code_coverage: enabled: true timeout: 900 php_cpd: true # php_sim: # Temporarily disabled to allow focus on things other than duplicates # min_mass: 40 php_pdepend: true php_analyzer: true sensiolabs_security_checker: true