Completed
Pull Request — 1.4 (#673)
by Paweł
08:11
created
src/SWP/Bundle/CoreBundle/Controller/ContentListItemController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -209,6 +209,9 @@
 block discarded – undo
209 209
         }
210 210
     }
211 211
 
212
+    /**
213
+     * @param ContentListInterface $listId
214
+     */
212 215
     private function findByContentOr404($listId, $contentId): ContentListItemInterface
213 216
     {
214 217
         $listItem = $this->get('swp.repository.content_list_item')->findOneBy([
Please login to merge, or discard this patch.