PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP httpful Request   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP httpful Request
Send and process HTTP requests using handler class
Author: By
Last change:
Date: 3 years ago
Size: 822 bytes
 

Contents

Class file image Download
parameters: level: max paths: - %currentWorkingDirectory%/src/ reportUnmatchedIgnoredErrors: false checkMissingIterableValueType: false checkGenericClassInNonGenericObjectType: false excludes_analyse: - %currentWorkingDirectory%/vendor/* - %currentWorkingDirectory%/tests/* autoload_files: - %currentWorkingDirectory%/vendor/autoload.php ignoreErrors: - '#Unsafe usage of new static#' - '#should return static#' - '#function call_user_func expects callable#' - '#Result of \&\& is always false\.#' - '#Strict comparison using !== between null and null#' - '#Strict comparison using === between true and false#' - '#callback of method Httpful#' - '#parameters of function call_user_func_array#'