Skip to content

Commit 7d7f1f9

Browse files
committed
Checking level 4 errors
1 parent d5d48d9 commit 7d7f1f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

phpstan.dist.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 1
2+
level: 4
33
paths:
44
- src
55
- tests

src/Scanner/ParsedFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(string $name, string $filename, int $line, ?int $las
2424
$this->lastLine = isset($lastLine) ? $lastLine : $line;
2525
}
2626

27-
public function __debugInfo()
27+
public function __debugInfo(): array
2828
{
2929
return $this->toArray();
3030
}

0 commit comments

Comments
 (0)