Completed
Branch s3_upload (b576da)
by satoru
04:12
created
src/Validation/ContentsFileValidation.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     
14 14
     
15 15
     public static function uploadMaxSizeCheck ($value,$context){
16
-       return $value['error'] != UPLOAD_ERR_INI_SIZE;
16
+        return $value['error'] != UPLOAD_ERR_INI_SIZE;
17 17
     }
18 18
     
19 19
     /**
Please login to merge, or discard this patch.
src/Model/Behavior/Traits/NormalContentsFileBehaviorTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Cake\Core\Configure;
6 6
 use Cake\Filesystem\Folder;
7
-use Cake\I18n\Time;
8 7
 use Cake\Network\Exception\InternalErrorException;
9
-use Cake\ORM\TableRegistry;
10
-use Cake\Utility\Security;
11 8
 
12 9
 /**
13 10
  * NormalContentsFileBehaviorTrait
Please login to merge, or discard this patch.
src/Model/Behavior/Traits/S3ContentsFileBehaviorTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Cake\Filesystem\Folder;
8 8
 use Cake\I18n\Time;
9 9
 use Cake\Network\Exception\InternalErrorException;
10
-use Cake\ORM\TableRegistry;
11 10
 use Cake\Utility\Security;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.