mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
Fixes filtering tests
This commit is contained in:
@ -15,7 +15,7 @@ final readonly class Exporter
|
||||
/**
|
||||
* The maximum number of items in an array to export.
|
||||
*/
|
||||
private const MAX_ARRAY_ITEMS = 3;
|
||||
private const int MAX_ARRAY_ITEMS = 3;
|
||||
|
||||
/**
|
||||
* Creates a new Exporter instance.
|
||||
|
||||
Reference in New Issue
Block a user