Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit e127512

Browse files
committed
Fix codesniffer issue
1 parent 2912bd7 commit e127512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RepositoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public function testGetMethod(): void
310310
* @throws InvalidArgumentException
311311
*/
312312
public function testFindOrFailMethod(
313-
$id,
313+
mixed $id,
314314
string $entityClass,
315315
bool $isExceptionOnEloquentSide,
316316
?string $exception

0 commit comments

Comments
 (0)