Completed
Push — 1.7-find-all-replaced-by-find-... ( 8af3fc )
by Kamil
05:46
created
src/Sylius/Bundle/AdminBundle/Controller/DashboardController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -83,6 +83,9 @@
 block discarded – undo
83 83
         return $this->templatingEngine->renderResponse('@SyliusAdmin/Dashboard/index.html.twig', $data);
84 84
     }
85 85
 
86
+    /**
87
+     * @return ChannelInterface
88
+     */
86 89
     private function findChannelByCodeOrFindFirst(?string $channelCode): ?ChannelInterface
87 90
     {
88 91
         $channel = null;
Please login to merge, or discard this patch.