schneespur/vendor/psy/psysh/vendor-bin/phpstan/baseline.neon
Michael 2c63440ed8 Revert: move code back to project root from schneespur/ subdirectory
- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
  removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
2026-05-17 18:24:26 +00:00

28 lines
1.5 KiB
Text

parameters:
ignoreErrors:
# Ignore a few issues with legacy vendored code
- message: '#^Variable \$string on left side of \?\? always exists and is not nullable\.$#'
path: ../../src/Readline/Hoa/ConsoleOutput.php
- message: "#^Variable \\$_except in empty\\(\\) always exists and is always falsy\\.$#"
count: 1
path: ../../src/Readline/Hoa/ConsoleProcessus.php
- message: "#^Variable \\$read in empty\\(\\) always exists and is not falsy\\.$#"
count: 2
path: ../../src/Readline/Hoa/Readline.php
# PHPStan appears incapable of dealing with constructor parameters required by an interface, so...
- message: "#^Constructor of class Psy\\\\Readline\\\\Transient has an unused parameter \\$historyFile\\.$#"
count: 1
path: ../../src/Readline/Transient.php
- message: "#^Constructor of class Psy\\\\Readline\\\\LegacyReadline has an unused parameter \\$(eraseDups|historySize)\\.$#"
count: 2
path: ../../src/Readline/LegacyReadline.php
- message: "#^Constructor of class Psy\\\\Readline\\\\Userland has an unused parameter \\$eraseDups\\.$#"
count: 1
path: ../../src/Readline/Userland.php
- message: "#^Constructor of class Psy\\\\Readline\\\\Userland has an unused parameter \\$historyFile\\.$#"
count: 1
path: ../../src/Readline/Userland.php
- message: "#^Constructor of class Psy\\\\Readline\\\\Userland has an unused parameter \\$historySize\\.$#"
count: 1
path: ../../src/Readline/Userland.php