Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer authored and github-actions[bot] committed Mar 15, 2024
1 parent aa788e0 commit 9c148c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelExcelToGoogleSheetServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function bootingPackage(): void
$this->app->bind(GoogleSheetPusher::class, fn () => new GoogleSheetPusher($this->app->make(GoogleSheetService::class)));
}

protected function guardAgainstInvalidConfiguration(array $config = null): void
protected function guardAgainstInvalidConfiguration(?array $config = null): void
{
if (is_array($config['service_account_credentials_json'])) {
return;
Expand Down

0 comments on commit 9c148c9

Please sign in to comment.