Skip to content

Commit 32a60ff

Browse files
Merge pull request #7 from dmirogin/patch-1
Add @mixin to phpdoc
2 parents acf8283 + ead5480 commit 32a60ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mutex.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
use NinjaMutex\Lock\PredisRedisLock;
1313
use NinjaMutex\Mutex as Ninja;
1414

15+
/**
16+
* @mixin Ninja
17+
*/
1518
class Mutex
1619
{
1720
private $command;

0 commit comments

Comments
 (0)