Completed
Push — master ( 2ea90f...ff02c1 )
by Marc
04:41 queued 01:30
created
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.
core/console/commands/views/crud/create_api.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @var $className
4
- * @var $modelClass
5
- * @var $namespace
6
- * @var $luyaVersion
7
- */
3
+     * @var $className
4
+     * @var $modelClass
5
+     * @var $namespace
6
+     * @var $luyaVersion
7
+     */
8 8
 
9 9
 echo "<?php\n";
10 10
 ?>
Please login to merge, or discard this patch.