Skip to content

Commit

Permalink
chore: added internal annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
petrknap committed Jun 29, 2024
1 parent 1d6c3bf commit d32d200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CriticalSectionStaticFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use Symfony\Component\Lock\LockInterface;

/**
* @internal
*
* @method static WrappingCriticalSection withLock(LockInterface $lock, bool $isBlocking = true)
* @method static WrappingCriticalSection withLocks(array $locks, bool $isBlocking = true)
*/
Expand Down

0 comments on commit d32d200

Please sign in to comment.