@@ -15,7 +15,7 @@ |
||
| 15 | 15 | * |
| 16 | 16 | * @return void |
| 17 | 17 | */ |
| 18 | -return function () { |
|
| 18 | +return function() { |
|
| 19 | 19 | /** |
| 20 | 20 | * @var Controller $this |
| 21 | 21 | */ |
@@ -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,8 +26,8 @@ discard block |
||
| 26 | 26 | Layout::setTemplate('dashboard.phtml'); |
| 27 | 27 | Layout::breadCrumbs( |
| 28 | 28 | [ |
| 29 | - Layout::ahref('Dashboard', ['dashboard', 'index']), |
|
| 30 | - Layout::ahref('System', ['system', 'index']), |
|
| 29 | + Layout::ahref('Dashboard', [ 'dashboard', 'index' ]), |
|
| 30 | + Layout::ahref('System', [ 'system', 'index' ]), |
|
| 31 | 31 | __('Queues'), |
| 32 | 32 | ] |
| 33 | 33 | ); |
@@ -13,7 +13,7 @@ |
||
| 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 | ]); |