Skip to content

Commit

Permalink
Test against PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Nov 19, 2024
1 parent 66e672d commit 84fe2f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ public function add_record( // @phpstan-ignore-line
string $record_class,
string $model_class = Model::class,
string $query_class = Query::class,
string|null $table_name = null,
string|null $alias = null,
Closure $schema_builder = null,
Closure $association_builder = null,
?string $table_name = null,
?string $alias = null,
?Closure $schema_builder = null,
?Closure $association_builder = null,
string $connection = Config::DEFAULT_CONNECTION_ID,
): self {
$this->inner->add_record(
Expand Down

0 comments on commit 84fe2f6

Please sign in to comment.