Completed
Push — master ( 64c004...8d1456 )
by Mathias
02:21
created
src/VarnishSocket.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -87,8 +87,8 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @param $host
91
-     * @param $port
90
+     * @param string $host
91
+     * @param integer $port
92 92
      * @throws \Exception
93 93
      */
94 94
     private function socketConnect($host, $port)
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @param $secret
115
+     * @param string $secret
116 116
      * @throws \Exception
117 117
      */
118 118
     private function authenticate($secret)
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @param $challenge
160
+     * @param boolean|string $challenge
161 161
      * @param $secret
162 162
      * @return string
163 163
      */
Please login to merge, or discard this patch.