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
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
You can’t perform that action at this time.
0 commit comments