Skip to content

Commit

Permalink
Fix code docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Apr 12, 2024
1 parent 605e1bc commit 42a3563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Import/Hydrators/Hydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
abstract class Hydrator
{
/**
* The attributes to hydrate.
* The for the hydrator configuration.
*/
protected array $config = [];

/**
* Extra data for the hydration process.
* Additional data for the hydration process.
*/
protected array $data = [];

Expand Down

0 comments on commit 42a3563

Please sign in to comment.