Skip to content

Commit 43f16be

Browse files
committed
fix(player-counter): satisfy PHPStan comparison check in Source query
1 parent d749ee4 commit 43f16be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

player-counter/src/Extensions/Query/Schemas/SourceQueryTypeSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function run(string $ip, int $port, int $engine): ?array
3434

3535
$info = $query->GetInfo();
3636

37-
if ($info === false) {
37+
if (!$info) {
3838
return null;
3939
}
4040

0 commit comments

Comments
 (0)