Skip to content

Commit 7bc9162

Browse files
committed
cs fix
1 parent ab7ecc9 commit 7bc9162

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

system/BaseModel.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,9 +785,10 @@ public function getInsertID()
785785
* Validates that the primary key values are valid for update/delete/insert operations.
786786
* Throws exception if invalid.
787787
*
788-
* @param bool $allowArray Whether to allow array of IDs (true for update/delete, false for insert)
788+
* @param bool $allowArray Whether to allow array of IDs (true for update/delete, false for insert)
789+
*
789790
* @phpstan-assert non-zero-int|non-empty-list<int|string>|RawSql|non-falsy-string $id
790-
* @throws InvalidArgumentException
791+
* @throws InvalidArgumentException
791792
*/
792793
protected function validateID(mixed $id, bool $allowArray = true): void
793794
{

0 commit comments

Comments
 (0)