Skip to content

Commit

Permalink
Adds docblock with var tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbeaver committed Aug 28, 2024
1 parent 87320bf commit ea4833a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Sentry/Laravel/Features/ConsoleSchedulingIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

class ConsoleSchedulingIntegration extends Feature
{
/**
* @var string|null
*/
private $cacheStore = null;

/**
Expand Down

0 comments on commit ea4833a

Please sign in to comment.