Completed
Pull Request — master (#60)
by Kun
06:38
created
src/Commands/LaravooleCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@
 block discarded – undo
75 75
         }
76 76
     }
77 77
 
78
+    /**
79
+     * @param integer $sig
80
+     */
78 81
     protected function sendSignal($sig)
79 82
     {
80 83
         if ($pid = $this->getPid()) {
Please login to merge, or discard this patch.
src/LaravooleBoardcaster.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      *
35 35
      * @param  \Illuminate\Http\Request  $request
36 36
      * @param  mixed  $result
37
-     * @return mixed
37
+     * @return string
38 38
      */
39 39
     public function validAuthenticationResponse($request, $result)
40 40
     {
Please login to merge, or discard this patch.
src/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
 
101 101
     /**
102 102
      * 设置Http头信息
103
-     * @param $key
103
+     * @param string $key
104 104
      * @param $value
105 105
      */
106 106
     public function header($key, $value)
Please login to merge, or discard this patch.