Test Failed
Push — master ( 364996...d1f9e0 )
by Lawrence
02:26
created
src/module/Core.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -22,20 +22,20 @@
 block discarded – undo
22 22
      */
23 23
     protected $secretKey = '';
24 24
 
25
-     /**
26
-     * $contentType
27
-     * 接口域名.
28
-     *
29
-     * @var string
30
-     */
25
+        /**
26
+         * $contentType
27
+         * 接口域名.
28
+         *
29
+         * @var string
30
+         */
31 31
     protected $contentType = '';   
32 32
 
33
-     /**
34
-     * $requestMethod
35
-     * 接口域名.
36
-     *
37
-     * @var string
38
-     */
33
+        /**
34
+         * $requestMethod
35
+         * 接口域名.
36
+         *
37
+         * @var string
38
+         */
39 39
     protected $requestMethod = '';       
40 40
     
41 41
     /**
Please login to merge, or discard this patch.