Skip to content

Commit

Permalink
fix(ChunkWriteStateEntity): phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna authored and pionl committed Aug 6, 2024
1 parent 209518b commit faa4bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Entities/ChunkWriteStateEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ChunkWriteStateEntity
{
/**
* @param class-string<Model>|null $modelClass
* @param array<array<string, string|int|bool|float>> $toWrite
* @param array<array<string, scalar|null>> $toWrite
*/
public function __construct(
public int $batchSize = 0,
Expand Down

0 comments on commit faa4bae

Please sign in to comment.