Skip to content

Commit 89f10b7

Browse files
committed
lint
1 parent bc87f64 commit 89f10b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Table.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ public function find_by_sql(string $sql, array $values = null, bool $readonly =
328328
/**
329329
* Executes an eager load of a given named relationship for this table.
330330
*
331-
* @param array<Model> $models
332-
* @param array<array<string,mixed>> $attrs
333-
* @param array<string|array<string>> $includes
331+
* @param array<Model> $models
332+
* @param array<array<string,mixed>> $attrs
333+
* @param array<string|array<string>> $includes
334334
*
335335
* @throws RelationshipException
336336
*/

0 commit comments

Comments
 (0)