Closed (fixed)
Project:
Entity Usage
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2026 at 13:19 UTC
Updated:
1 Jul 2026 at 14:25 UTC
Jump to comment: Most recent
PHPStan on 11.4.x complains
------ --------------------------------------------------------------------------------------------------------------------------------------------------
Line src/EntityUsageBatchManager.php
------ --------------------------------------------------------------------------------------------------------------------------------------------------
255 Parameter #1 $mode of method Drupal\Core\Database\StatementInterface::fetchAll() expects Drupal\Core\Database\Statement\FetchAs|null, int given.
🪪 argument.type
------ --------------------------------------------------------------------------------------------------------------------------------------------------
The enum is available in 11.2 and that's our minimum so let's use it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
alexpottComment #3
alexpottComment #6
alexpott