Skip to content

Commit 605fa12

Browse files
committed
phpstan level 3
1 parent 919509c commit 605fa12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 2
2+
level: 3
33
paths:
44
- src
55

src/Test/WebServerSubscriber.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function startPhpWebServer(): int
8383

8484
$this->waitFor($this->getHostName(), (int) $this->getPort(), 2000);
8585

86-
return $output[0];
86+
return (int) $output[0];
8787
}
8888

8989
public function getHostName(): string

0 commit comments

Comments
 (0)