PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Classes of Eric Sizemore   PHP Benchmark Time and Memory Usage   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Benchmark Time and Memory Usage
Measure the time and memory that a PHP script uses
Author: By
Last change:
Date: 7 months ago
Size: 703 bytes
 

Contents

Class file image Download
includes: - vendor/phpstan/phpstan-phpunit/extension.neon - vendor/phpstan/phpstan/conf/bleedingEdge.neon - vendor/phpstan/phpstan-strict-rules/rules.neon parameters: level: 9 paths: - ./src - ./tests ignoreErrors: # Ignore for now, as PHPStan does not seem to pick up getTime() or the getMemory* functions returns string if $readable is false. - '#Parameter \#2 \$string of static method PHPUnit\\Framework\\Assert\:\:assertMatchesRegularExpression\(\) expects string, float\|string given.#' - '#Parameter \#2 \$string of static method PHPUnit\\Framework\\Assert\:\:assertMatchesRegularExpression\(\) expects string, int\|string given.#'