Completed
Push — master ( f1bec2...03b202 )
by Gabriel
06:09
created
src/Clients/PhantomJs/ClientBridge.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * @param PhantomJsBaseClient $client
117
-     * @param $method
117
+     * @param string $method
118 118
      * @param string $uri
119 119
      * @param array $parameters
120 120
      *
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @param RequestInterface|\JonnyW\PhantomJs\Http\RequestInterface $request
147
+     * @param \JonnyW\PhantomJs\Http\RequestInterface $request
148 148
      *
149 149
      * @return \JonnyW\PhantomJs\Http\RequestInterface|RequestInterface
150 150
      */
Please login to merge, or discard this patch.