File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ class Mutex
25
25
private $ command ;
26
26
27
27
/**
28
- * The ninja mutex .
28
+ * The NinjaMutex .
29
29
*
30
30
* @var \NinjaMutex\Mutex
31
31
*/
32
32
private $ ninjaMutex ;
33
33
34
34
/**
35
- * The ninja mutex lock.
35
+ * The NinjaMutex lock.
36
36
*
37
37
* @var \NinjaMutex\Lock\LockAbstract
38
38
*/
@@ -54,7 +54,7 @@ public function __construct(Command $command)
54
54
}
55
55
56
56
/**
57
- * Get the ninja mutex lock.
57
+ * Get the NinjaMutex lock.
58
58
*
59
59
* @return \NinjaMutex\Lock\LockAbstract
60
60
*/
@@ -102,7 +102,7 @@ private function getRedisLock($client)
102
102
}
103
103
104
104
/**
105
- * Forward method calls to ninja mutex .
105
+ * Forward method calls to NinjaMutex .
106
106
*
107
107
* @param string $method
108
108
* @param mixed $parameters
You can’t perform that action at this time.
0 commit comments