Completed
Branch develop (4721eb)
by ReliQ
07:30
created
src/Contracts/Filesystem.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      * @param string $path
103 103
      * @param int    $mode
104 104
      *
105
-     * @return mixed
105
+     * @return boolean|string
106 106
      */
107 107
     public function chmod($path, $mode = null);
108 108
 
@@ -140,6 +140,7 @@  discard block
 block discarded – undo
140 140
      *
141 141
      * @param string $target
142 142
      * @param string $link
143
+     * @return boolean|null
143 144
      */
144 145
     public function link($target, $link);
145 146
 
Please login to merge, or discard this patch.