Completed
Push — master ( 94c0bf...f38371 )
by Basil
06:22 queued 01:24
created
envs/dev/properties/TestProperty.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\properties;
4 4
 
5
-use Yii;
6
-
7 5
 class TestProperty extends \admin\base\Property
8 6
 {
9 7
     public function init()
Please login to merge, or discard this patch.
modules/admin/apis/StorageController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Yii;
6 6
 use Exception;
7 7
 use admin\helpers\Storage;
8
-use admin\models\StorageImage;
9 8
 use admin\models\StorageFile;
10 9
 use admin\models\StorageFolder;
11 10
 use admin\Module;
Please login to merge, or discard this patch.
modules/admin/controllers/DefaultController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace admin\controllers;
4 4
 
5 5
 use Yii;
6
-use admin\Module;
7 6
 use luya\helpers\Url;
8 7
 use yii\helpers\Json;
9 8
 
Please login to merge, or discard this patch.
modules/cmsadmin/apis/MenuController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use yii\db\Query;
6 6
 use luya\helpers\ArrayHelper;
7
-use cmsadmin\models\NavContainer;
8 7
 use admin\models\Lang;
9 8
 
10 9
 class MenuController extends \admin\base\RestController
Please login to merge, or discard this patch.
modules/crawler/classes/CrawlPage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Goutte\Client;
6 6
 use yii\base\InvalidConfigException;
7 7
 use yii\base\yii\base;
8
-use luya\helpers\Url;
9 8
 
10 9
 class CrawlPage extends \yii\base\Object
11 10
 {
Please login to merge, or discard this patch.
modules/account/views/layout.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,11 @@
 block discarded – undo
11 11
         <li><a href="<?php echo Url::toManager('account/default/index'); ?>">Login</a></li>
12 12
         <li><a href="<?php echo Url::toManager('account/register/index'); ?>">Registration</a></li>
13 13
         <li><a href="<?php echo Url::toManager('account/default/lostpass'); ?>">Passwort verloren</a></li>
14
-        <?php else: ?>
15
-        <li><a href="<?php echo Url::toManager('account/default/logout'); ?>">Logout</a></li>
14
+        <?php else {
15
+    : ?>
16
+        <li><a href="<?php echo Url::toManager('account/default/logout');
17
+}
18
+?>">Logout</a></li>
16 19
         <li><a href="<?php echo Url::toManager('account/settings/index'); ?>">Settings</a></li>
17 20
         <?php endif; ?>
18 21
     </ul>
Please login to merge, or discard this patch.
modules/remoteadmin/views/status/index.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,10 @@
 block discarded – undo
40 40
                     </button>
41 41
                 </a>
42 42
             </td>
43
-        <?php else: $err = true; ?>
43
+        <?php else {
44
+    : $err = true;
45
+}
46
+?>
44 47
             <td colspan="7"><div style="background-color:#FF8A80; padding:4px; color:white;">We are unable to retrieve dat from this Remote Page.</div></td>
45 48
         <?php endif; ?>
46 49
     </tr>
Please login to merge, or discard this patch.
modules/errorapi/views/default/_mail.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,11 @@
 block discarded – undo
38 38
                 </tr>
39 39
                 <?php endforeach; ?>
40 40
             </table>
41
-        <?php else: ?>
42
-            <?php echo $value; ?>
41
+        <?php else {
42
+    : ?>
43
+            <?php echo $value;
44
+}
45
+?>
43 46
         <?php endif;?>
44 47
 </tr>
45 48
 <?php endforeach; ?>
Please login to merge, or discard this patch.
core/web/UrlManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Goutte\Client;
6 6
 use yii\base\InvalidConfigException;
7 7
 use yii\base\yii\base;
8
-use luya\helpers\Url;
9 8
 
10 9
 class CrawlPage extends \yii\base\Object
11 10
 {
Please login to merge, or discard this patch.