Skip to content

Commit 2bfd241

Browse files
committed
Fix doc blocks
1 parent 9a7c650 commit 2bfd241

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Mutex.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ class Mutex
2525
private $command;
2626

2727
/**
28-
* The ninja mutex.
28+
* The NinjaMutex.
2929
*
3030
* @var \NinjaMutex\Mutex
3131
*/
3232
private $ninjaMutex;
3333

3434
/**
35-
* The ninja mutex lock.
35+
* The NinjaMutex lock.
3636
*
3737
* @var \NinjaMutex\Lock\LockAbstract
3838
*/
@@ -54,7 +54,7 @@ public function __construct(Command $command)
5454
}
5555

5656
/**
57-
* Get the ninja mutex lock.
57+
* Get the NinjaMutex lock.
5858
*
5959
* @return \NinjaMutex\Lock\LockAbstract
6060
*/
@@ -102,7 +102,7 @@ private function getRedisLock($client)
102102
}
103103

104104
/**
105-
* Forward method calls to ninja mutex.
105+
* Forward method calls to NinjaMutex.
106106
*
107107
* @param string $method
108108
* @param mixed $parameters

0 commit comments

Comments
 (0)