Skip to content

Commit 3d38326

Browse files
committed
update composer files and baseline
Signed-off-by: Joey Smith <[email protected]> Signed-off-by: Joey Smith <[email protected]>
1 parent cc8786d commit 3d38326

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
36-
"php-db/phpdb": "*"
36+
"php-db/phpdb": "dev-x.x.2"
3737
},
3838
"require-dev": {
3939
"ext-mysqli": "*",

composer.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm-baseline.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
</InvalidClass>
1414
</file>
1515
<file src="src/Container/MysqlMetadataFactory.php">
16-
<ArgumentTypeCoercion>
17-
<code><![CDATA[$adapter]]></code>
18-
</ArgumentTypeCoercion>
1916
<UnusedClass>
2017
<code><![CDATA[MysqlMetadataFactory]]></code>
2118
</UnusedClass>
@@ -656,9 +653,9 @@
656653
</PossiblyNullArgument>
657654
</file>
658655
<file src="test/integration/Driver/Pdo/TableGatewayTest.php">
659-
<ArgumentTypeCoercion>
656+
<InvalidArgument>
660657
<code><![CDATA[$adapter]]></code>
661-
</ArgumentTypeCoercion>
658+
</InvalidArgument>
662659
<PossiblyInvalidArgument>
663660
<code><![CDATA[testTableGatewayWithMetadataFeature]]></code>
664661
</PossiblyInvalidArgument>

0 commit comments

Comments
 (0)