We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ba103 commit a1436aeCopy full SHA for a1436ae
src/Exception/Run.php
@@ -67,7 +67,7 @@ final class Run implements RunInterface
67
*/
68
private $canThrowExceptions = true;
69
70
- public function __construct(SystemFacade $system = null)
+ public function __construct(?SystemFacade $system = null)
71
{
72
$this->system = $system ?: new SystemFacade;
73
}
0 commit comments