Passed
Push — master ( c3ba90...7796f0 )
by 世昌
01:53
created
nebula/src/component/loader/LoaderAwareTrait.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -5,11 +5,11 @@
 block discarded – undo
5 5
 
6 6
 trait LoaderAwareTrait
7 7
 {
8
-     /**
9
-     * 加载器
10
-     *
11
-     * @var Loader
12
-     */
8
+        /**
9
+         * 加载器
10
+         *
11
+         * @var Loader
12
+         */
13 13
     protected $loader;
14 14
 
15 15
     
Please login to merge, or discard this patch.
nebula/src/component/request/attribute/SchemeAttribute.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -53,9 +53,9 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-      * Get 服务器属性
57
-      *
58
-      * @return  array
59
-      */
56
+     * Get 服务器属性
57
+     *
58
+     * @return  array
59
+     */
60 60
     abstract public function getServer();
61 61
 }
Please login to merge, or discard this patch.
nebula/src/application/filesystem/FileSystem.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
     }
20 20
 
21 21
     use FileHelper  {
22
-       delete as protected deleteFile;
23
-       FileHelper::copy insteadof DirectoryHelper;
24
-       FileHelper::move insteadof DirectoryHelper;
22
+        delete as protected deleteFile;
23
+        FileHelper::copy insteadof DirectoryHelper;
24
+        FileHelper::move insteadof DirectoryHelper;
25 25
     }
26 26
 
27 27
 
Please login to merge, or discard this patch.
nebula/src/application/Application.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,8 +146,8 @@
 block discarded – undo
146 146
      */
147 147
     protected function registerModuleManager()
148 148
     {
149
-       $this->manager = new Manager($this->getContext());
150
-       $this->manager->registerModule();
149
+        $this->manager = new Manager($this->getContext());
150
+        $this->manager->registerModule();
151 151
     }
152 152
 
153 153
     
Please login to merge, or discard this patch.