@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | /** |
45 | 45 | * Require bootstrap if vpu can find it |
46 | 46 | * |
47 | - * @param array $tests |
|
47 | + * @param string[] $tests |
|
48 | 48 | * |
49 | 49 | * @return void |
50 | 50 | */ |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | /** |
190 | 190 | * Convert camelCase to friendly name |
191 | 191 | * |
192 | - * @param sreing $camelCaseString |
|
192 | + * @param string $camelCaseString |
|
193 | 193 | * |
194 | 194 | * @return string |
195 | 195 | */ |
@@ -77,7 +77,7 @@ |
||
77 | 77 | * @param \Doctrine\DBAL\Connection $connection |
78 | 78 | * @param mixed[] $result |
79 | 79 | * |
80 | - * @return boolean |
|
80 | + * @return boolean|null |
|
81 | 81 | */ |
82 | 82 | public static function store(Connection $connection, $result) |
83 | 83 | { |