mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 14:37:29 +02:00
Code quality improvements
This commit is contained in:
@ -26,10 +26,8 @@ final class HigherOrderTapProxy
|
||||
|
||||
/**
|
||||
* Dynamically sets properties on the target.
|
||||
*
|
||||
* @param mixed $value
|
||||
*/
|
||||
public function __set(string $property, $value): void
|
||||
public function __set(string $property, mixed $value): void
|
||||
{
|
||||
$this->target->{$property} = $value; // @phpstan-ignore-line
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user