Skip to content

Commit 42a3563

Browse files
committed
Fix code docs
1 parent 605e1bc commit 42a3563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Import/Hydrators/Hydrator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
abstract class Hydrator
99
{
1010
/**
11-
* The attributes to hydrate.
11+
* The for the hydrator configuration.
1212
*/
1313
protected array $config = [];
1414

1515
/**
16-
* Extra data for the hydration process.
16+
* Additional data for the hydration process.
1717
*/
1818
protected array $data = [];
1919

0 commit comments

Comments
 (0)