Skip to content

Commit

Permalink
Fix code styling [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsenhc authored and github-actions[bot] committed Jan 10, 2024
1 parent 6f4a83b commit 76f55ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/NoFunctionsRegisteredException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

0 comments on commit 76f55ac

Please sign in to comment.