Completed
Pull Request — master (#242)
by Дмитрий
04:23
created
PHPDaemon/Utils/IRC.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 
109 109
     /**
110 110
      * @param  string  $cmd Command
111
-     * @return integer
111
+     * @return string
112 112
      */
113 113
     public static function getCodeByCommand($cmd)
114 114
     {
Please login to merge, or discard this patch.
PHPDaemon/Cache/CappedStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 
109 109
     /**
110 110
      * @param  string  $cmd Command
111
-     * @return integer
111
+     * @return string
112 112
      */
113 113
     public static function getCodeByCommand($cmd)
114 114
     {
Please login to merge, or discard this patch.
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.