Failed Conditions
Pull Request — 4.0 (#4409)
by Kentaro
05:58
created
src/Eccube/Controller/Admin/Product/CsvImportController.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -1347,6 +1347,7 @@
 block discarded – undo
1347 1347
 
1348 1348
     /**
1349 1349
      * 登録、更新時のエラー画面表示
1350
+     * @param string $message
1350 1351
      */
1351 1352
     protected function addErrors($message)
1352 1353
     {
Please login to merge, or discard this patch.
src/Eccube/Event/TemplateEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-     * @param $key
113
+     * @param string $key
114 114
      * @param $value
115 115
      */
116 116
     public function setParameter($key, $value)
Please login to merge, or discard this patch.
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/Service/OrderPdfService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
     /**
241 241
      * PDFファイルを出力する.
242 242
      *
243
-     * @return string|mixed
243
+     * @return string
244 244
      */
245 245
     public function outputPdf()
246 246
     {
Please login to merge, or discard this patch.