Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Błoszyk <wbloszyk@gmail.com>
  • Loading branch information
wbloszyk committed Sep 21, 2021
1 parent bc95a01 commit 2e1a183
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Controller/PostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;


/**
* NEXT_MAJOR: remove this method.
*
Expand Down
1 change: 0 additions & 1 deletion src/Model/CommentManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Sonata\DatagridBundle\Pager\PageableInterface;
use Sonata\Doctrine\Model\ManagerInterface;


/**
* NEXT_MAJOR: Remove PageableInterface extension.
*/
Expand Down
1 change: 0 additions & 1 deletion src/Model/PostManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Sonata\DatagridBundle\Pager\PageableInterface;
use Sonata\Doctrine\Model\ManagerInterface;


/**
* NEXT_MAJOR: Remove PageableInterface extension.
*/
Expand Down

0 comments on commit 2e1a183

Please sign in to comment.