Skip to content

Commit

Permalink
Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Sep 8, 2024
1 parent b78e009 commit caefb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProxyDecoratedCalls.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
trait ProxyDecoratedCalls
{
public function __set(string $name, $value): void
public function __set(string $name, mixed $value): void
{
$this->decorated->$name = $value;
}
Expand Down

0 comments on commit caefb47

Please sign in to comment.