Fixes after merge

This commit is contained in:
Constantin Graf
2024-03-12 18:33:47 +01:00
parent ea98572f98
commit 37cf43fe2d
12 changed files with 205 additions and 15 deletions

View File

@@ -43,11 +43,15 @@ class ImportDatabaseHelper
private int $createdCount;
/**
* @var array<string, array<int, string>>
*/
private array $validate;
/**
* @param class-string<TModel> $model
* @param array<string> $identifiers
* @param array<string, array<int, string>> $validate
*/
public function __construct(string $model, array $identifiers, bool $attachToExisting = false, ?Closure $queryModifier = null, ?Closure $afterCreate = null, array $validate = [])
{