@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | * |
| 19 | 19 | * @return void |
| 20 | 20 | */ |
| 21 | -return function () { |
|
| 21 | +return function() { |
|
| 22 | 22 | /** |
| 23 | 23 | * @var Controller $this |
| 24 | 24 | */ |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | Layout::setTemplate('dashboard.phtml'); |
| 27 | 27 | Layout::breadCrumbs( |
| 28 | 28 | [ |
| 29 | - Layout::ahref('Dashboard', ['dashboard', 'index']), |
|
| 29 | + Layout::ahref('Dashboard', [ 'dashboard', 'index' ]), |
|
| 30 | 30 | __('Queues'), |
| 31 | 31 | ] |
| 32 | 32 | ); |
@@ -9,11 +9,11 @@ |
||
| 9 | 9 | 'enabled' => true, |
| 10 | 10 | 'adapter' => 'redis', |
| 11 | 11 | 'providers' => [ |
| 12 | - 'redis' => function () { |
|
| 12 | + 'redis' => function() { |
|
| 13 | 13 | // connect to Redis at example.com port 1000 using phpredis extension |
| 14 | 14 | $factory = new \Enqueue\Redis\RedisConnectionFactory([ |
| 15 | 15 | 'scheme' => 'redis', |
| 16 | - 'scheme_extensions' => ['phpredis'], |
|
| 16 | + 'scheme_extensions' => [ 'phpredis' ], |
|
| 17 | 17 | 'host' => '127.0.0.1', |
| 18 | 18 | 'port' => 6379 |
| 19 | 19 | ]); |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | * |
| 19 | 19 | * @return void |
| 20 | 20 | */ |
| 21 | -return function () { |
|
| 21 | +return function() { |
|
| 22 | 22 | /** |
| 23 | 23 | * @var Controller $this |
| 24 | 24 | */ |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | Layout::setTemplate('dashboard.phtml'); |
| 27 | 27 | Layout::breadCrumbs( |
| 28 | 28 | [ |
| 29 | - Layout::ahref('Dashboard', ['dashboard', 'index']), |
|
| 29 | + Layout::ahref('Dashboard', [ 'dashboard', 'index' ]), |
|
| 30 | 30 | __('Queues'), |
| 31 | 31 | ] |
| 32 | 32 | ); |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | * |
| 19 | 19 | * @return void |
| 20 | 20 | */ |
| 21 | -return function () { |
|
| 21 | +return function() { |
|
| 22 | 22 | /** |
| 23 | 23 | * @var Controller $this |
| 24 | 24 | */ |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | Layout::setTemplate('dashboard.phtml'); |
| 27 | 27 | Layout::breadCrumbs( |
| 28 | 28 | [ |
| 29 | - Layout::ahref('Dashboard', ['dashboard', 'index']), |
|
| 29 | + Layout::ahref('Dashboard', [ 'dashboard', 'index' ]), |
|
| 30 | 30 | __('Queues'), |
| 31 | 31 | ] |
| 32 | 32 | ); |