Completed
Push — master ( 7eaf75...94e2c9 )
by Oscar
03:02
created
src/Uploader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     /**
79 79
      * Set a prefix for the filenames.
80 80
      *
81
-     * @return string|null
81
+     * @return string
82 82
      */
83 83
     public function getCwd()
84 84
     {
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
     /**
241 241
      * Get the extension of the destination.
242 242
      *
243
-     * @return null|string
243
+     * @return string
244 244
      */
245 245
     public function getExtension()
246 246
     {
Please login to merge, or discard this patch.