@@ -59,7 +59,7 @@ |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @return mixed |
|
| 62 | + * @return string |
|
| 63 | 63 | */ |
| 64 | 64 | public function getParameter() { |
| 65 | 65 | return $this->random; |
@@ -36,8 +36,6 @@ |
||
| 36 | 36 | class Version20181022150134 implements ISqlMigration { |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @param Schema $schema |
|
| 40 | - * @param array $options |
|
| 41 | 39 | */ |
| 42 | 40 | public function sql(IDBConnection $connection) { |
| 43 | 41 | $platform = $connection->getDatabasePlatform(); |