fix: correct type declaration for MAX_RECORDS constant in ExportAllReportsPdfAction
This commit is contained in:
parent
beae82a898
commit
2683b6324f
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
class ExportAllReportsPdfAction extends Action
|
class ExportAllReportsPdfAction extends Action
|
||||||
{
|
{
|
||||||
private const int MAX_RECORDS = 500;
|
private const MAX_RECORDS = 500;
|
||||||
|
|
||||||
public static function getDefaultName(): ?string
|
public static function getDefaultName(): ?string
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user