Completed
Push — master ( 4d2086...75c8f2 )
by satoru
01:47
created
src/Model/Entity/ContentsFileTrait.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Cake\Utility\Security;
6 6
 use Cake\ORM\TableRegistry;
7 7
 use Cake\I18n\Time;
8
-use ContentsFile\Aws\S3;
9 8
 use Cake\Http\Exception\InternalErrorException;
10 9
 use Cake\Core\Configure;
11 10
 use Cake\Filesystem\File;
Please login to merge, or discard this patch.