Test Setup Failed
Push — master ( 03b202...626816 )
by Gabriel
09:59
created
src/Clients/PhantomJs/ClientBridge.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,6 +80,8 @@  discard block
 block discarded – undo
80 80
 
81 81
     /**
82 82
      * @inheritdoc
83
+     * @param string $option
84
+     * @return integer
83 85
      */
84 86
     public function getConfig($option = null)
85 87
     {
@@ -123,7 +125,7 @@  discard block
 block discarded – undo
123 125
 
124 126
     /**
125 127
      * @param PhantomJsBaseClient $client
126
-     * @param $method
128
+     * @param string $method
127 129
      * @param string $uri
128 130
      * @param array $parameters
129 131
      *
Please login to merge, or discard this patch.