phpstan-baseline.neon 1.1 KB

1234567891011121314151617181920212223242526
  1. parameters:
  2. ignoreErrors:
  3. -
  4. message: "#^Cannot call method getTokenSubType\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\FormulaToken\\|null\\.$#"
  5. count: 4
  6. path: src/PhpSpreadsheet/Calculation/FormulaParser.php
  7. -
  8. message: "#^Cannot call method getTokenType\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\FormulaToken\\|null\\.$#"
  9. count: 9
  10. path: src/PhpSpreadsheet/Calculation/FormulaParser.php
  11. -
  12. message: "#^Cannot call method setTokenSubType\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\FormulaToken\\|null\\.$#"
  13. count: 5
  14. path: src/PhpSpreadsheet/Calculation/FormulaParser.php
  15. -
  16. message: "#^Cannot call method setValue\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\FormulaToken\\|null\\.$#"
  17. count: 5
  18. path: src/PhpSpreadsheet/Calculation/FormulaParser.php
  19. -
  20. message: "#^Strict comparison using \\=\\=\\= between PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\FormulaToken and null will always evaluate to false\\.$#"
  21. count: 1
  22. path: src/PhpSpreadsheet/Calculation/FormulaParser.php