phpstan.json 748 B

123456789101112131415161718192021222324
  1. [
  2. {
  3. "description": "PHPDoc tag @param references unknown parameter: $price_min",
  4. "fingerprint": "a01fcf3b22321902df6137f7c06fa593d7b805397a90357e55ea87d53b3fbb02",
  5. "severity": "major",
  6. "location": {
  7. "path": "src/Entity/Public/PublicEvent.php",
  8. "lines": {
  9. "begin": 523
  10. }
  11. }
  12. },
  13. {
  14. "description": "PHPDoc tag @param references unknown parameter: $price_max",
  15. "fingerprint": "16c23a8222383c8eab1118fa7cd936e1b023cc8af2118927cf67f7fc72e7e4a1",
  16. "severity": "major",
  17. "location": {
  18. "path": "src/Entity/Public/PublicEvent.php",
  19. "lines": {
  20. "begin": 541
  21. }
  22. }
  23. }
  24. ]