Skip to content

Commit

Permalink
ReturnTypeWillChange no longer need phpcs ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Oct 24, 2022
1 parent 870ff5d commit 86ba2a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/ArrayAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Laminas\Paginator\Adapter;

use ReturnTypeWillChange; // phpcs:ignore
use ReturnTypeWillChange;

use function array_slice;
use function count;
Expand Down
1 change: 0 additions & 1 deletion src/Paginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use Laminas\View;
use Laminas\View\Renderer\RendererInterface;
use ReturnTypeWillChange;
// phpcs:ignore
use stdClass;
use Stringable;
use Throwable;
Expand Down

0 comments on commit 86ba2a3

Please sign in to comment.