We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3893fa8 commit 5916a43Copy full SHA for 5916a43
composer.json
@@ -49,7 +49,7 @@
49
"squizlabs/php_codesniffer": "3.7.1",
50
"symfony/cache": "^5.4|^6.0",
51
"symfony/console": "^4.4|^5.4|^6.0",
52
- "vimeo/psalm": "4.26.0"
+ "vimeo/psalm": "4.27.0"
53
},
54
"suggest": {
55
"symfony/console": "For helpful console commands such as SQL execution and import of files."
tests/Functional/Platform/DateExpressionTest.php
@@ -5,6 +5,7 @@
5
use Doctrine\DBAL\Schema\Table;
6
use Doctrine\DBAL\Tests\FunctionalTestCase;
7
8
+use function assert;
9
use function sprintf;
10
11
class DateExpressionTest extends FunctionalTestCase
0 commit comments