File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
"squizlabs/php_codesniffer" : " 3.7.2" ,
50
50
"symfony/cache" : " ^6.3.8" ,
51
51
"symfony/console" : " ^5.4|^6.3" ,
52
- "vimeo/psalm" : " 5.15 .0"
52
+ "vimeo/psalm" : " 5.16 .0"
53
53
},
54
54
"suggest" : {
55
55
"symfony/console" : " For helpful console commands such as SQL execution and import of files."
Original file line number Diff line number Diff line change @@ -101,10 +101,8 @@ parameters:
101
101
- '~^Method Doctrine\\DBAL\\Driver\\IBMDB2\\Connection\:\:exec\(\) should return int but returns int<0, max>\|false\.$~'
102
102
- '~^Method Doctrine\\DBAL\\Driver\\IBMDB2\\Result\:\:rowCount\(\) should return int but returns int<0, max>\|false\.$~'
103
103
104
- # TODO
105
- -
106
- message: '~^Property Doctrine\\DBAL\\Platforms\\AbstractPlatform\:\:\$disableTypeComments is never read, only written\.$~'
107
- path: src/Platforms/AbstractPlatform.php
104
+ # Required for Psalm compatibility
105
+ - '~^Property Doctrine\\DBAL\\Tests\\Types\\BaseDateTypeTestCase\:\:\$currentTimezone \(non-empty-string\) does not accept string\.$~'
108
106
includes:
109
107
- vendor/phpstan/phpstan-phpunit/extension.neon
110
108
- vendor/phpstan/phpstan-phpunit/rules.neon
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ abstract class BaseDateTypeTestCase extends TestCase
19
19
{
20
20
protected AbstractPlatform &MockObject $ platform ;
21
21
protected Type $ type ;
22
+
23
+ /** @var non-empty-string */
22
24
private string $ currentTimezone ;
23
25
24
26
protected function setUp (): void
You can’t perform that action at this time.
0 commit comments