Skip to content

Commit eb8f2d6

Browse files
authored
Merge pull request #126 from cakephp/cake5-stan
Cake5: update stan
2 parents e8fea96 + f9daadf commit eb8f2d6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

psalm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
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" />

src/Job/Message.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)