Skip to content

Commit 94a1d21

Browse files
committed
Fix build
1 parent e7eb6eb commit 94a1d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/DeadCode/data/bug-9409.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class HelloWorld
77
/** @var array<string,string|null> $tempDir */
88
private static array $tempDir = [];
99

10-
public function getTempDir(string $name): string|null
10+
public function getTempDir(string $name): ?string
1111
{
1212
if (isset($this::$tempDir[$name])) {
1313
return $this::$tempDir[$name];

0 commit comments

Comments
 (0)