Completed
Pull Request — master (#40)
by satoru
05:35
created
src/Model/Entity/ContentsFileTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -377,6 +377,7 @@  discard block
 block discarded – undo
377 377
      * 上下反転
378 378
      *
379 379
      * @author hagiwara
380
+     * @param resource $image
380 381
      */
381 382
     private function imageFlip($image)
382 383
     {
@@ -404,6 +405,8 @@  discard block
 block discarded – undo
404 405
      * 画像を回転
405 406
      *
406 407
      * @author hagiwara
408
+     * @param integer $angle
409
+     * @param integer $bgd_color
407 410
      */
408 411
     private function imageRotate($image, $angle, $bgd_color)
409 412
     {
Please login to merge, or discard this patch.