Completed
Pull Request — master (#7)
by
unknown
01:38
created
src/Adapter/DropboxAdapter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -241,6 +241,7 @@
 block discarded – undo
241 241
 
242 242
     /**
243 243
      * {@inheritdoc}
244
+     * @param string $path
244 245
      */
245 246
     public function applyPathPrefix($path)
246 247
     {
Please login to merge, or discard this patch.
src/Client/DropboxClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -357,7 +357,7 @@
 block discarded – undo
357 357
      *
358 358
      * @param string          $path
359 359
      * @param string|resource $contents
360
-     * @param string|array    $mode
360
+     * @param string    $mode
361 361
      *
362 362
      * @return array
363 363
      */
Please login to merge, or discard this patch.
src/UploadContent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      * @param string                                 $contents
152 152
      * @param \Srmklive\Dropbox\DropboxUploadCounter $cursor
153 153
      * @param string                                 $path
154
-     * @param string|array                           $mode
154
+     * @param string                           $mode
155 155
      * @param bool                                   $autorename
156 156
      * @param bool                                   $mute
157 157
      *
Please login to merge, or discard this patch.