Skip to content

Commit 0afac58

Browse files
committed
add property type declaration since pint does not seem to like it being in the docblock
1 parent b6be9f4 commit 0afac58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Importer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ class Importer implements ToModel, WithValidation, WithHeadingRow, WithMapping,
2323
{
2424
use Importable, SkipsFailures, SkipsErrors, HasModifiers;
2525

26-
/** @var resource */
27-
protected $resource;
26+
protected Resource $resource;
2827

2928
protected $attribute_map = [];
3029

0 commit comments

Comments
 (0)