Passed
Push — develop ( a94b80...f507c7 )
by nguereza
01:38
created
src/Upload.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@  discard block
 block discarded – undo
66 66
  * Class Upload
67 67
  * @package Platine\Upload
68 68
  */
69
-class Upload
70
-{
69
+class Upload {
71 70
     /**
72 71
      * Upload Storage
73 72
      * @var StorageInterface
@@ -248,8 +247,7 @@  discard block
 block discarded – undo
248 247
      * Return the uploaded file information
249 248
      * @return UploadFileInfo|array<int, UploadFileInfo>|bool
250 249
      */
251
-    public function getInfo()
252
-    {
250
+    public function getInfo() {
253 251
         return $this->uploadInfo;
254 252
     }
255 253
 
Please login to merge, or discard this patch.