Completed
Push — master ( 3d0a27...9af361 )
by Paweł
16s queued 11s
created
src/SWP/Bundle/CoreBundle/Controller/ContentListItemController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -307,6 +307,9 @@
 block discarded – undo
307 307
         return new SingleResourceResponse($form, new ResponseContext(400));
308 308
     }
309 309
 
310
+    /**
311
+     * @param ContentListInterface $listId
312
+     */
310 313
     private function findByContentOr404($listId, $contentId): ContentListItemInterface
311 314
     {
312 315
         /** @var ContentListItemInterface $listItem */
Please login to merge, or discard this patch.