Implement level 6 PHPStan fixes
This commit is contained in:
@@ -18,7 +18,7 @@ interface Mapper
|
||||
/**
|
||||
* Map a result to the specified type
|
||||
*
|
||||
* @param array $result An associative array representing a single database result
|
||||
* @param array<int|string, mixed> $result An associative array representing a single database result
|
||||
* @return T The item mapped from the given result
|
||||
*/
|
||||
public function map(array $result): mixed;
|
||||
|
||||
Reference in New Issue
Block a user