Skip to content

Commit 9abe6ed

Browse files
authored
Make AbstractLockMutex and Loop classes non-internal (#79)
1 parent 375bcdc commit 9abe6ed

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Mutex/AbstractLockMutex.php

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
use Malkusch\Lock\Exception\LockAcquireException;
88
use Malkusch\Lock\Exception\LockReleaseException;
99

10-
/**
11-
* @internal
12-
*/
1310
abstract class AbstractLockMutex extends AbstractMutex
1411
{
1512
/**

src/Util/Loop.php

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Repeats executing a code until it was successful.
11-
*
12-
* @internal
1311
*/
1412
class Loop
1513
{

0 commit comments

Comments
 (0)