Completed
Push — master ( dee3e5...19335d )
by Adam
13:20
created
src/File.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
     protected $timeout;
7 7
     protected $mustExist;
8 8
 
9
+    /**
10
+     * @param string $value
11
+     */
9 12
     public function __construct($value, $mustExist = true, $timeout = 10)
10 13
     {
11 14
         parent::__construct($value);
Please login to merge, or discard this patch.
src/Access/Curl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * @param $option
53
-     * @param bool|true $value
53
+     * @param integer $value
54 54
      * @return $this
55 55
      */
56 56
     public function setOption($option, $value = true)
Please login to merge, or discard this patch.