Failed Conditions
Pull Request — 4.0 (#4528)
by Kentaro
21:47
created
src/Eccube/Resource/functions/log.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
     $logger->error($message, $context);
38 38
 }
39 39
 
40
+/**
41
+ * @param string $message
42
+ */
40 43
 function log_warning($message, array $context = [])
41 44
 {
42 45
     $logger = LoggerFacade::create();
@@ -55,6 +58,9 @@  discard block
 block discarded – undo
55 58
     $logger->info($message, $context);
56 59
 }
57 60
 
61
+/**
62
+ * @param string $message
63
+ */
58 64
 function log_debug($message, array $context = [])
59 65
 {
60 66
     $logger = LoggerFacade::create();
Please login to merge, or discard this patch.
src/Eccube/EventListener/TwigInitializeListener.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,6 @@
 block discarded – undo
115 115
      * @param AuthorityRoleRepository $authorityRoleRepository
116 116
      * @param EccubeConfig $eccubeConfig
117 117
      * @param Context $context
118
-     * @param MobileDetector $mobileDetector
119 118
      * @param UrlGeneratorInterface $router
120 119
      * @param LayoutRepository $layoutRepository
121 120
      */
Please login to merge, or discard this patch.