Skip to content

Commit a1436ae

Browse files
authored
Update Run.php explicit nullable php 8.4
1 parent 74ba103 commit a1436ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/Run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ final class Run implements RunInterface
6767
*/
6868
private $canThrowExceptions = true;
6969

70-
public function __construct(SystemFacade $system = null)
70+
public function __construct(?SystemFacade $system = null)
7171
{
7272
$this->system = $system ?: new SystemFacade;
7373
}

0 commit comments

Comments
 (0)