From ff50d22f1604f7a983943b4800d2c1d8708b415d Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 11:23:13 +0200
Subject: [PATCH] typo e fix

---
 tests/Vola/UploadFile/FilesFilterTest.php |    1 -
 src/Vola/UploadFile/SetupUpload.class.php |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/Vola/UploadFile/SetupUpload.class.php b/src/Vola/UploadFile/SetupUpload.class.php
index 12a7ab3..dd55ef2 100644
--- a/src/Vola/UploadFile/SetupUpload.class.php
+++ b/src/Vola/UploadFile/SetupUpload.class.php
@@ -238,7 +238,7 @@
      * 1 Mb = 1024^2
      *
      * @param string $strSize Stringa da convertire
-     * @throws UploadFile_Excs
+     * @throws UploadFile_Exc_Error
      * @return integer
      */
     public static function str2Bytes($strSize)
diff --git a/tests/Vola/UploadFile/FilesFilterTest.php b/tests/Vola/UploadFile/FilesFilterTest.php
index 5d35f97..c06a178 100644
--- a/tests/Vola/UploadFile/FilesFilterTest.php
+++ b/tests/Vola/UploadFile/FilesFilterTest.php
@@ -40,7 +40,6 @@
         $esito = $this->object->toJson();
 
         $this->assertEquals($atteso, $esito);
-
     }
 
     public function addExtension()

--
Gitblit v1.8.0