diff --git a/src/Controller/Api/PostController.php b/src/Controller/Api/PostController.php index 4cdeb7be..31243b82 100644 --- a/src/Controller/Api/PostController.php +++ b/src/Controller/Api/PostController.php @@ -384,7 +384,6 @@ public function putPostCommentsAction($postId, $commentId, Request $request) /** * Filters criteria from $paramFetcher to be compatible with the Pager criteria. * - * * @return array The filtered criteria */ protected function filterCriteria(ParamFetcherInterface $paramFetcher)