Skip to content

Commit

Permalink
chore: Doc comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Oct 28, 2024
1 parent d3c73e4 commit 808725f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Concerns/FindsIdentityInRouteParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function getParameter(): string
/**
* Get the route parameter pattern mapping
*
* This method returns an array mappings the route parameter name to its
* This method returns an array mapping the route parameter name to its
* pattern, for use in route definitions.
*
* @template TenantClass of \Sprout\Contracts\Tenant
Expand Down
2 changes: 2 additions & 0 deletions src/Exceptions/TenancyMissing.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* expected/required.
*
* @package Core
*
* @codeCoverageIgnore
*/
final class TenancyMissing extends SproutException
{
Expand Down
3 changes: 0 additions & 3 deletions src/Overrides/CacheOverride.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Illuminate\Cache\NullStore;
use Illuminate\Cache\RedisStore;
use Illuminate\Contracts\Foundation\Application;
use RuntimeException;
use Sprout\Contracts\BootableServiceOverride;
use Sprout\Contracts\Tenancy;
use Sprout\Contracts\Tenant;
Expand All @@ -28,8 +27,6 @@
* cache service.
*
* @package Overrides
*
* @codeCoverageIgnore
*/
final class CacheOverride implements BootableServiceOverride
{
Expand Down
3 changes: 0 additions & 3 deletions src/Overrides/SessionOverride.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Session\FileSessionHandler;
use Illuminate\Session\SessionManager;
use RuntimeException;
use Sprout\Concerns\OverridesCookieSettings;
use Sprout\Contracts\BootableServiceOverride;
use Sprout\Contracts\Tenancy;
Expand All @@ -27,8 +26,6 @@
* session service.
*
* @package Overrides
*
* @codeCoverageIgnore
*/
final class SessionOverride implements BootableServiceOverride
{
Expand Down

0 comments on commit 808725f

Please sign in to comment.