Completed
Push — 4.0 ( cf21ea...669dcd )
by Ryo
11:09 queued 04:04
created
src/Eccube/Controller/Admin/Content/PageController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use Eccube\Util\CacheUtil;
26 26
 use Eccube\Util\StringUtil;
27 27
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
28
-use Symfony\Bundle\FrameworkBundle\Routing\Router;
29 28
 use Symfony\Component\Filesystem\Filesystem;
30 29
 use Symfony\Component\HttpFoundation\Request;
31 30
 use Symfony\Component\Routing\Annotation\Route;
Please login to merge, or discard this patch.
src/Eccube/Util/CacheUtil.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,6 @@
 block discarded – undo
89 89
      * Doctrineのキャッシュを削除します.
90 90
      * APP_ENV=prodの場合のみ実行されます.
91 91
      *
92
-     * @param null $env
93 92
      * @return string
94 93
      * @throws \Exception
95 94
      */
Please login to merge, or discard this patch.
src/Eccube/Repository/BaseInfoRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         $BaseInfo = $this->find($id);
45 45
 
46 46
         if (null === $BaseInfo) {
47
-            throw new \Exception('BaseInfo not found. id = '. $id);
47
+            throw new \Exception('BaseInfo not found. id = '.$id);
48 48
         }
49 49
 
50 50
         return $this->find($id);
Please login to merge, or discard this patch.