Skip to content

Commit 7085a4d

Browse files
committed
fixes nullable property
1 parent 127b2f9 commit 7085a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Cluster/LoadsFromKubeConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trait LoadsFromKubeConfig
2121
*
2222
* @var null|string
2323
*/
24-
protected static ?string $tempFolder;
24+
protected static ?string $tempFolder = null;
2525

2626
/**
2727
* Set the temporary folder for the writings.

0 commit comments

Comments
 (0)