File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class Mutex
3838 */
3939 public function __construct (Command $ command )
4040 {
41- /** @var WithoutOverlapping $command */
41+ /** @var Command| WithoutOverlapping $command */
4242 $ this ->command = $ command ;
4343
4444 $ mutexName = $ command ->getMutexName ();
@@ -65,7 +65,7 @@ public function getNinjaMutexLock(): LockAbstract
6565 ]),
6666 config ('database.connections.mysql.username ' ),
6767 config ('database.connections.mysql.password ' ),
68- config ('database.connections.mysql.options ' )
68+ config ('database.connections.mysql.options ' ),
6969 );
7070
7171 case 'redis ' :
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function it_supports_mysql_strategy()
7272 ]),
7373 config ('database.connections.mysql.username ' ),
7474 config ('database.connections.mysql.password ' ),
75- config ('database.connections.mysql.options ' )
75+ config ('database.connections.mysql.options ' ),
7676 );
7777 $ this ->assertEquals ($ expectedLock , $ mutex ->getNinjaMutexLock ());
7878 }
You can’t perform that action at this time.
0 commit comments