Completed
Pull Request — master (#16)
by frey
02:26
created
src/Adapter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @return mixed
48
+     * @return string
49 49
      */
50 50
     public function getBucket()
51 51
     {
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @param $path
56
+     * @param string $path
57 57
      *
58 58
      * @return string
59 59
      */
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
     /**
288 288
      * @param string $path
289 289
      *
290
-     * @return array
290
+     * @return string
291 291
      */
292 292
     public function read($path)
293 293
     {
Please login to merge, or discard this patch.