Failed Conditions
Pull Request — 4.0 (#4528)
by Kentaro
07:14
created
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.
src/Eccube/Controller/EntryController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
      *
276 276
      * @param Request $request
277 277
      * @param $secret_key
278
-     * @return \Eccube\Entity\Cart|mixed
278
+     * @return integer
279 279
      */
280 280
     private function entryActivate(Request $request, $secret_key)
281 281
     {
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.