@@ -13,7 +13,7 @@ |
||
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 |
@@ -18,7 +18,7 @@ discard block |
||
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 |
||
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 |
@@ -12,7 +12,7 @@ discard block |
||
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 |
||
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 |