@@ -141,7 +141,7 @@ |
||
| 141 | 141 | /** |
| 142 | 142 | * Generate the compilation method name and call it if method exists in the Grammar object. |
| 143 | 143 | * |
| 144 | - * @param $command |
|
| 144 | + * @param Fluent $command |
|
| 145 | 145 | * @return mixed |
| 146 | 146 | */ |
| 147 | 147 | public function compileAqlCommand($command) |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * Specify a spatial index for the table. |
| 80 | 80 | * |
| 81 | 81 | * @param $columns |
| 82 | - * @param null $name |
|
| 82 | + * @param string|null $name |
|
| 83 | 83 | * @param array $indexOptions |
| 84 | 84 | * @return Fluent |
| 85 | 85 | */ |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | |
| 204 | 204 | /** |
| 205 | 205 | * @param string|null $algorithm |
| 206 | - * @return mixed|string |
|
| 206 | + * @return string |
|
| 207 | 207 | */ |
| 208 | 208 | protected function mapIndexType($algorithm) |
| 209 | 209 | { |