Completed
Push — master ( 4d2086...75c8f2 )
by satoru
01:47
created
src/Model/Behavior/Traits/S3ContentsFileBehaviorTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
             $deleteField = $attachmentData->field_name;
121 121
         }
122 122
 
123
-       $S3 = new S3();
123
+        $S3 = new S3();
124 124
         // リサイズのディレクトリ
125 125
         $resizeDir = Configure::read('ContentsFile.Setting.S3.fileDir') . $modelName . '/' . $modelId . '/' . 'contents_file_resize_' . $deleteField . '/';
126 126
         if (!$S3->deleteRecursive($resizeDir)) {
Please login to merge, or discard this patch.
src/Model/Entity/ContentsFileTrait.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -273,6 +273,8 @@
 block discarded – undo
273 273
      * 向きだけロジックが逆そうなので調整
274 274
      *
275 275
      * @author hagiwara
276
+     * @param string $input
277
+     * @param string $output
276 278
      */
277 279
     private function orientationFixedImage($input, $output){
278 280
         $imagetype = exif_imagetype($input);
Please login to merge, or discard this patch.