Skip to content

Commit 5916a43

Browse files
committed
Upgrade to Psalm 4.27
1 parent 3893fa8 commit 5916a43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"squizlabs/php_codesniffer": "3.7.1",
5050
"symfony/cache": "^5.4|^6.0",
5151
"symfony/console": "^4.4|^5.4|^6.0",
52-
"vimeo/psalm": "4.26.0"
52+
"vimeo/psalm": "4.27.0"
5353
},
5454
"suggest": {
5555
"symfony/console": "For helpful console commands such as SQL execution and import of files."

tests/Functional/Platform/DateExpressionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Doctrine\DBAL\Schema\Table;
66
use Doctrine\DBAL\Tests\FunctionalTestCase;
77

8+
use function assert;
89
use function sprintf;
910

1011
class DateExpressionTest extends FunctionalTestCase

0 commit comments

Comments
 (0)