api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

phpstan.neon.dist 867B

12345678910111213141516171819202122232425
  1. parameters:
  2. level: 5
  3. paths:
  4. - src
  5. ignoreErrors:
  6. -
  7. message: '#Strict comparison using === between false and true will always evaluate to false#'
  8. path: %currentWorkingDirectory%/src/UploadedFile.php
  9. -
  10. message: '#Strict comparison using === between null and string will always evaluate to false#'
  11. path: %currentWorkingDirectory%/src/Response.php
  12. -
  13. message: '#Result of && is always false.#'
  14. path: %currentWorkingDirectory%/src/Response.php
  15. -
  16. message: '#Strict comparison using !== between null and null will always evaluate to false#'
  17. path: %currentWorkingDirectory%/src/ServerRequest.php
  18. -
  19. message: '#Result of && is always false#'
  20. path: %currentWorkingDirectory%/src/ServerRequest.php