Skip to content

Commit 76f55ac

Browse files
wilsenhcgithub-actions[bot]
authored andcommitted
Fix code styling [ci skip]
1 parent 6f4a83b commit 76f55ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/NoFunctionsRegisteredException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class NoFunctionsRegisteredException extends SidecarException
1111
{
12-
public function __construct($message = '', $code = 0, Throwable $previous = null)
12+
public function __construct($message = '', $code = 0, ?Throwable $previous = null)
1313
{
1414
$message = "No Sidecar functions have been configured. \n" .
1515
"Please check your config/sidecar.php file to ensure you have registered your functions. \n" .

0 commit comments

Comments
 (0)