mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 16:27:23 +01: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