phpstan.baseline.dist 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. parameters:
  2. ignoreErrors:
  3. -
  4. message: "#^Result of && is always false\\.$#"
  5. count: 1
  6. path: src/Response.php
  7. -
  8. message: "#^Strict comparison using \\=\\=\\= between null and string will always evaluate to false\\.$#"
  9. count: 1
  10. path: src/Response.php
  11. -
  12. message: "#^Result of && is always false\\.$#"
  13. count: 1
  14. path: src/ServerRequest.php
  15. -
  16. message: "#^Strict comparison using \\!\\=\\= between null and null will always evaluate to false\\.$#"
  17. count: 1
  18. path: src/ServerRequest.php
  19. -
  20. message: "#^Parameter \\#1 \\$error_handler of function set_error_handler expects \\(callable\\(int, string, string, int, array\\)\\: bool\\)\\|null, 'var_dump' given\\.$#"
  21. count: 1
  22. path: src/Stream.php
  23. -
  24. message: "#^Method Nyholm\\\\Psr7\\\\Stream\\:\\:__toString\\(\\) should return string but returns bool\\.$#"
  25. count: 1
  26. path: src/Stream.php
  27. -
  28. message: "#^Strict comparison using \\=\\=\\= between false and true will always evaluate to false\\.$#"
  29. count: 2
  30. path: src/UploadedFile.php
  31. -
  32. message: "#^Result of && is always false\\.$#"
  33. count: 2
  34. path: src/UploadedFile.php