Test Failed
Pull Request — master (#76)
by
unknown
02:35
created
src/Browser.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,8 +273,8 @@  discard block
 block discarded – undo
273 273
     }
274 274
 
275 275
     /**
276
-     * @param bool $isChromeFrame
277 276
      *
277
+     * @param boolean $isWebkit
278 278
      * @return $this
279 279
      */
280 280
     public function setIsWebkit($isWebkit)
@@ -396,6 +396,7 @@  discard block
 block discarded – undo
396 396
 
397 397
     /**
398 398
      * @param bool
399
+     * @param boolean $isCompatibilityMode
399 400
      *
400 401
      * @return $this
401 402
      */
Please login to merge, or discard this patch.
src/ScriptedAgent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
      */
81 81
     private $url;
82 82
 
83
+    /**
84
+     * @param string $userAgent
85
+     */
83 86
     public function __construct($userAgent = null)
84 87
     {
85 88
         if ($userAgent instanceof UserAgent) {
Please login to merge, or discard this patch.