From 0189402228d1524868eed21b16f60bb4cacf027c Mon Sep 17 00:00:00 2001 From: RikaFujiwara Date: Mon, 19 Oct 2020 18:27:46 +0900 Subject: [PATCH] =?UTF-8?q?style:=20phpcs=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utility/WysiwygZip.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Utility/WysiwygZip.php b/Utility/WysiwygZip.php index 33cb632..03acd9d 100644 --- a/Utility/WysiwygZip.php +++ b/Utility/WysiwygZip.php @@ -125,7 +125,8 @@ public function getFromWysiwygZip($zipFilePath, $fileName = 'document.txt') { // ここで”/”を区切りで入れると // Routerが返す文字列が”/”付けて返してくるので、セパレータ入が重複する if ($type == 'image') { - $line = sprintf('', + $line = sprintf( + '', //$matches[1], Router::url('/', true), $type,