From 495fb0c83a6acabed5db4bea8dd0e7deb84e1602 Mon Sep 17 00:00:00 2001 From: Jason Liang Date: Sat, 6 Jan 2024 21:43:40 -0800 Subject: [PATCH] fix: typo in pager default_simple --- phpstan-baseline.php | 5 ----- system/Pager/Views/default_simple.php | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/phpstan-baseline.php b/phpstan-baseline.php index 1d32322ab5d4..e63572442810 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -2491,11 +2491,6 @@ 'count' => 1, 'path' => __DIR__ . '/system/Pager/Pager.php', ]; -$ignoreErrors[] = [ - 'message' => '#^Call to method CodeIgniter\\\\Pager\\\\PagerRenderer\\:\\:getNext\\(\\) with incorrect case\\: getnext$#', - 'count' => 1, - 'path' => __DIR__ . '/system/Pager/Views/default_simple.php', -]; $ignoreErrors[] = [ 'message' => '#^Argument \\#1 \\$name \\(class\\-string\\) passed to function model does not extend CodeIgniter\\\\\\\\Model\\.$#', 'count' => 1, diff --git a/system/Pager/Views/default_simple.php b/system/Pager/Views/default_simple.php index fc00ce88e1e5..df7f7e0e84b8 100644 --- a/system/Pager/Views/default_simple.php +++ b/system/Pager/Views/default_simple.php @@ -15,7 +15,7 @@
  • hasNext() ? '' : 'class="disabled"' ?>> - +