Skip to content

Commit fb1c880

Browse files
authored
Update Psalm to 6.13.1 (#283)
1 parent ae856fd commit fb1c880

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
php-version: 8.3
9494
coverage: none
95-
tools: vimeo/psalm:5.18.0
95+
tools: vimeo/psalm:6.13.1
9696

9797
- name: Checkout code
9898
uses: actions/checkout@v6

psalm.baseline.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.18.0@b113f3ed0259fd6e212d87c3df80eec95a6abf19">
3-
<file src="src/Repository/TaskRepository.php">
4-
<MissingTemplateParam>
5-
<code>TaskRepository</code>
6-
</MissingTemplateParam>
7-
</file>
2+
<files psalm-version="6.13.1">
83
</files>

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
88
errorBaseline="psalm.baseline.xml"
9+
ensureOverrideAttribute="false"
10+
findUnusedCode="false"
911
>
1012
<projectFiles>
1113
<directory name="src" />

0 commit comments

Comments
 (0)