Completed
Pull Request — develop (#180)
by
unknown
02:48
created
src/Request.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @param $access
148
+     * @param string $access
149 149
      *
150 150
      * @return $this
151 151
      */
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     }
166 166
 
167 167
     /**
168
-     * @param $request
168
+     * @param string $request
169 169
      *
170 170
      * @return $this
171 171
      */
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
     }
186 186
 
187 187
     /**
188
-     * @param $endpointUrl
188
+     * @param string $endpointUrl
189 189
      *
190 190
      * @return $this
191 191
      */
Please login to merge, or discard this patch.