Fix some linting issues

This commit is contained in:
James Cole
2026-03-13 04:05:38 +01:00
parent 93fe8dbf42
commit 45d623e0c1
23 changed files with 34 additions and 34 deletions

View File

@@ -105,7 +105,7 @@ final class TriggerController extends Controller
$enrichment->setUser($group->user);
$transactions = $enrichment->enrich($transactions);
$paginator = new LengthAwarePaginator($transactions, $count, 31337, $this->parameters->get('page'));
$paginator = new LengthAwarePaginator($transactions, $count, 31_337, $this->parameters->get('page'));
$paginator->setPath(route('api.v1.rule-groups.test', [$group->id]).$this->buildParams());
// resulting list is presented as JSON thing.