Passed
Push — master ( 2b7a92...80fd4c )
by Paweł
03:04
created
components/ProxyManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
             'and',
65 65
             ['active' => 1],
66 66
             ['reservation_uid' => null],
67
-            ['<=', 'updated_at', (new \DateTime(sprintf('-%d seconds', (int)$this->restTime)))->format('Y-m-d H:i:s')],
67
+            ['<=', 'updated_at', (new \DateTime(sprintf('-%d seconds', (int) $this->restTime)))->format('Y-m-d H:i:s')],
68 68
         ];
69 69
 
70 70
         if ($model->proxy_id) {
Please login to merge, or discard this patch.