File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpstan" version =" 1.9.12 " installed =" 1.9.12 " location =" ./tools/phpstan" copy =" false" />
4- <phar name =" psalm" version =" 5.4.0 " installed =" 5.4.0 " location =" ./tools/psalm" copy =" false" />
3+ <phar name =" phpstan" version =" 1.10.22 " installed =" 1.10.22 " location =" ./tools/phpstan" copy =" false" />
4+ <phar name =" psalm" version =" 5.13.1 " installed =" 5.13.1 " location =" ./tools/psalm" copy =" false" />
55</phive >
Original file line number Diff line number Diff line change 88 autoloader =" tests/bootstrap.php"
99 usePhpDocMethodsWithoutMagicCall =" true"
1010 errorBaseline =" psalm-baseline.xml"
11+ findUnusedPsalmSuppress =" true"
12+ findUnusedBaselineEntry =" true"
13+ findUnusedCode =" false"
1114>
1215 <projectFiles >
1316 <directory name =" src" />
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ public function getMaxAttempts(): ?int
158158
159159 /**
160160 * @return string
161- * @psalm-suppress InvalidToString
162161 */
163162 public function __toString (): string
164163 {
You can’t perform that action at this time.
0 commit comments