Completed
Pull Request — master (#7)
by Todd
03:59 queued 02:08
created
src/LogFormatter.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,6 +285,9 @@  discard block
 block discarded – undo
285 285
         return $result;
286 286
     }
287 287
 
288
+    /**
289
+     * @param string $str
290
+     */
288 291
     protected function messageStr($str, $eol = true) {
289 292
         return $this->fullMessageStr(time(), $str, null, $eol);
290 293
     }
@@ -293,7 +296,7 @@  discard block
 block discarded – undo
293 296
      * Format some text for the console.
294 297
      *
295 298
      * @param string $text The text to format.
296
-     * @param array $wrap The format to wrap in the form ['before', 'after'].
299
+     * @param string[] $wrap The format to wrap in the form ['before', 'after'].
297 300
      * @return string Returns the string formatted according to {@link Cli::$format}.
298 301
      */
299 302
     protected function formatString($text, array $wrap) {
Please login to merge, or discard this patch.