Completed
Branch master (b0f50e)
by René
02:27
created
src/Reader.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.