Skip to content

Commit 53a3d9f

Browse files
committed
Fix Psalm config
[no unit tests]
1 parent 02c4708 commit 53a3d9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44

55
Unit_Tests:
66
runs-on: ubuntu-latest
7+
if: ${{ !contains(github.event.head_commit.message, 'no unit tests') }}
78
strategy:
89
matrix:
910
php: ['7.0', '7.1', '7.2', '7.3', '7.4']
@@ -55,6 +56,7 @@ jobs:
5556

5657
Static_Analisys:
5758
runs-on: ubuntu-latest
59+
if: ${{ !contains(github.event.head_commit.message, 'no static qa') }}
5860
steps:
5961
- uses: actions/checkout@v2
6062

psalm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
usePhpDocMethodsWithoutMagicCall="true"
77
strictBinaryOperands="true"
88
allowPhpStormGenerics="true"
9-
allowCoercionFromStringToClassConst="true"
109
ignoreInternalFunctionFalseReturn="false"
1110
ignoreInternalFunctionNullReturn="false"
1211
hideExternalErrors="true"

0 commit comments

Comments
 (0)