From 76f55ac4a1a09c57e122b9809a6180699d08fc35 Mon Sep 17 00:00:00 2001 From: wilsenhc Date: Wed, 10 Jan 2024 20:04:49 +0000 Subject: [PATCH] Fix code styling [ci skip] --- src/Exceptions/NoFunctionsRegisteredException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptions/NoFunctionsRegisteredException.php b/src/Exceptions/NoFunctionsRegisteredException.php index f5617a5..6ad544d 100644 --- a/src/Exceptions/NoFunctionsRegisteredException.php +++ b/src/Exceptions/NoFunctionsRegisteredException.php @@ -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" .