Skip to content

Commit 4e26a32

Browse files
committed
[Filesystem] Add types to private properties
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent cde36a6 commit 4e26a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/IOException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class IOException extends \RuntimeException implements IOExceptionInterface
2222
{
23-
private $path;
23+
private ?string $path;
2424

2525
public function __construct(string $message, int $code = 0, \Throwable $previous = null, string $path = null)
2626
{

0 commit comments

Comments
 (0)