Skip to content

Commit 0995067

Browse files
authored
Cleanup, add FilterDataValidationHelper, raise Psalm level to 1 (#86)
1 parent d9eeb87 commit 0995067

34 files changed

Lines changed: 613 additions & 501 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v2.3.4
46+
uses: actions/checkout@v2
4747

4848
- name: Install PHP
4949
uses: shivammathur/setup-php@v2

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v2.3.4
38+
uses: actions/checkout@v2
3939

4040
- name: Install PHP
4141
uses: shivammathur/setup-php@v2

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2.3.4
42+
uses: actions/checkout@v2
4343

4444
- name: Install PHP
4545
uses: shivammathur/setup-php@v2

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<psalm
3-
errorLevel="2"
3+
errorLevel="1"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns="https://getpsalm.org/schema/config"
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)