Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs authored and github-actions[bot] committed Jan 13, 2024
1 parent e8764ca commit da5f7a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HybridlyShareServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function registeringPackage(): void
$key,
array_merge_recursive($sharedValue, [$value])
);

// @phpstan-ignore-next-line
return $this;
});
Expand All @@ -67,6 +68,7 @@ public function registeringPackage(): void
foreach ($key as $k => $v) {
$append ? hybridly()->append($k, $v) : hybridly()->share($k, $v);
}

/** @var RedirectResponse $this */
return $this;
});
Expand Down

0 comments on commit da5f7a0

Please sign in to comment.