We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7c650 commit 2bfd241Copy full SHA for 2bfd241
src/Mutex.php
@@ -25,14 +25,14 @@ class Mutex
25
private $command;
26
27
/**
28
- * The ninja mutex.
+ * The NinjaMutex.
29
*
30
* @var \NinjaMutex\Mutex
31
*/
32
private $ninjaMutex;
33
34
35
- * The ninja mutex lock.
+ * The NinjaMutex lock.
36
37
* @var \NinjaMutex\Lock\LockAbstract
38
@@ -54,7 +54,7 @@ public function __construct(Command $command)
54
}
55
56
57
- * Get the ninja mutex lock.
+ * Get the NinjaMutex lock.
58
59
* @return \NinjaMutex\Lock\LockAbstract
60
@@ -102,7 +102,7 @@ private function getRedisLock($client)
102
103
104
105
- * Forward method calls to ninja mutex.
+ * Forward method calls to NinjaMutex.
106
107
* @param string $method
108
* @param mixed $parameters
0 commit comments