@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | /** |
126 | 126 | * Validates a string |
127 | 127 | * @param string $contents |
128 | - * @return bool Returns true if content is valid |
|
128 | + * @return integer Returns true if content is valid |
|
129 | 129 | */ |
130 | 130 | protected function containsValidBLM($contents) |
131 | 131 | { |
@@ -234,7 +234,7 @@ discard block |
||
234 | 234 | |
235 | 235 | /** |
236 | 236 | * Parses the #DATA# section of the BLM file and stores it in $this->data |
237 | - * @param $contents |
|
237 | + * @param string $contents |
|
238 | 238 | */ |
239 | 239 | protected function parseData($contents) |
240 | 240 | { |
@@ -260,7 +260,7 @@ discard block |
||
260 | 260 | } |
261 | 261 | |
262 | 262 | /** |
263 | - * @param $string |
|
263 | + * @param string $string |
|
264 | 264 | * @return VerbalExpressions |
265 | 265 | */ |
266 | 266 | private function getRegexFor($string) |