Test Setup Failed
Push — master ( d6fde7...1e848b )
by Php Easy Api
04:20
created
src/resta/Database/Migration/Src/Contract/ColumnsProcessContract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * @param array $tables
14 14
      * @return mixed
15 15
      */
16
-    public function fields($tables=array());
16
+    public function fields($tables = array());
17 17
 
18 18
 }
19 19
 
Please login to merge, or discard this patch.
src/resta/Database/Migration/Src/Contract/SchemaFacadeContract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
      * @param array $tables
19 19
      * @return SchemaContract
20 20
      */
21
-    public function tables($tables=array());
21
+    public function tables($tables = array());
22 22
 
23 23
     /**
24 24
      * @param $table
@@ -27,5 +27,5 @@  discard block
 block discarded – undo
27 27
      * @param array $paths
28 28
      * @return mixed
29 29
      */
30
-    public function stub($table,$type,$name,$paths=[0]);
30
+    public function stub($table, $type, $name, $paths = [0]);
31 31
 }
32 32
\ No newline at end of file
Please login to merge, or discard this patch.
src/resta/Database/Migration/Src/Contract/TablePropertiesContract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
      * @param string $value
13 13
      * @return mixed
14 14
      */
15
-    public function collation($value='utf8');
15
+    public function collation($value = 'utf8');
16 16
 
17 17
     /**
18 18
      * @return EngineProperties
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      * @param null $comment
31 31
      * @return IndexPropertiesContract
32 32
      */
33
-    public function indexes($index_name,$fields=array(),$comment=null);
33
+    public function indexes($index_name, $fields = array(), $comment = null);
34 34
 
35 35
 }
36 36
 
Please login to merge, or discard this patch.