Completed
Pull Request — master (#237)
by Дмитрий
03:53
created
PHPDaemon/Core/Daemon.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -474,6 +474,7 @@  discard block
 block discarded – undo
474 474
     /**
475 475
      * Check file syntax via runkit_lint_file if supported or via php -l
476 476
      * @param string File name
477
+     * @param string $filename
477 478
      * @return boolean
478 479
      */
479 480
     public static function lintFile($filename)
@@ -672,6 +673,7 @@  discard block
 block discarded – undo
672 673
      *  Send message to the log
673 674
      *
674 675
      * @param array ...$args
676
+     * @param string $args
675 677
      */
676 678
     public static function log(...$args)
677 679
     {
Please login to merge, or discard this patch.