mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-30 14:46:33 +00:00
Bump php to ^8.0, add tooling, linting, fixes
This commit is contained in:
@@ -7,7 +7,7 @@ use Throwable;
|
||||
|
||||
class NoRecordsInvalidJSONException extends Exception
|
||||
{
|
||||
public function __construct(string $message = '', int $code = 0, Throwable $previous = null)
|
||||
public function __construct(string $message = '', int $code = 0, ?Throwable $previous = null)
|
||||
{
|
||||
parent::__construct($message, $code, $previous);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user