We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375bcdc commit 9abe6edCopy full SHA for 9abe6ed
src/Mutex/AbstractLockMutex.php
@@ -7,9 +7,6 @@
7
use Malkusch\Lock\Exception\LockAcquireException;
8
use Malkusch\Lock\Exception\LockReleaseException;
9
10
-/**
11
- * @internal
12
- */
13
abstract class AbstractLockMutex extends AbstractMutex
14
{
15
/**
src/Util/Loop.php
@@ -8,8 +8,6 @@
* Repeats executing a code until it was successful.
- *
*/
class Loop
0 commit comments