File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function next() : void
78
78
}
79
79
else
80
80
{
81
- $ this ->current = $ array ;
81
+ $ this ->current = $ array ; // @phpstan-ignore-line
82
82
}
83
83
}
84
84
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function __construct(string $configFile)
21
21
{
22
22
$ this ->parameters = include $ configFile ;
23
23
24
- if (! \is_array ($ this ->parameters ))
24
+ if (! \is_array ($ this ->parameters )) // @phpstan-ignore-line
25
25
{
26
26
$ this ->parameters = [];
27
27
}
Original file line number Diff line number Diff line change 6
6
7
7
class Tests extends \SOB \Test
8
8
{
9
- protected \Doctrine \ORM \EntityManager $ entityManager ;
9
+ protected ? \Doctrine \ORM \EntityManager $ entityManager ;
10
10
11
11
public function closeConnection () : void
12
12
{
You can’t perform that action at this time.
0 commit comments