Skip to content

Commit fd19444

Browse files
authored
Merge pull request #9344 from greg0ire/remove-dbal2-psalm-job
Remove Psalm job for analyzing DBAL 2
2 parents 2640f88 + 4b1afb4 commit fd19444

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
matrix:
6060
php-version:
6161
- "8.1"
62-
dbal-version:
63-
- "default"
64-
- "2.13"
6562

6663
steps:
6764
- name: "Checkout code"
@@ -73,10 +70,6 @@ jobs:
7370
coverage: "none"
7471
php-version: "${{ matrix.php-version }}"
7572

76-
- name: "Require specific DBAL version"
77-
run: "composer require doctrine/dbal ^${{ matrix.dbal-version }} --no-update"
78-
if: "${{ matrix.dbal-version != 'default' }}"
79-
8073
- name: "Install dependencies with Composer"
8174
uses: "ramsey/composer-install@v1"
8275
with:

psalm-baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,6 @@
21392139
</PropertyNotSetInConstructor>
21402140
</file>
21412141
<file src="lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php">
2142-
<InvalidScalarArgument occurrences="1"/>
21432142
<PossiblyInvalidArgument occurrences="1">
21442143
<code>$this-&gt;simpleArithmeticExpression</code>
21452144
</PossiblyInvalidArgument>
@@ -2192,10 +2191,6 @@
21922191
</PropertyNotSetInConstructor>
21932192
</file>
21942193
<file src="lib/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php">
2195-
<InvalidScalarArgument occurrences="2">
2196-
<code>$optionalSecondSimpleArithmeticExpression</code>
2197-
<code>$sqlWalker-&gt;walkSimpleArithmeticExpression($this-&gt;firstSimpleArithmeticExpression)</code>
2198-
</InvalidScalarArgument>
21992194
<PropertyNotSetInConstructor occurrences="2">
22002195
<code>$firstSimpleArithmeticExpression</code>
22012196
<code>$stringPrimary</code>

0 commit comments

Comments
 (0)