Skip to content

Commit

Permalink
support php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blat committed Jul 31, 2022
1 parent 0f4e94f commit 30c9925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plates.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(...$settings)
*
* @return mixed
*/
public function __call(string $name, array $args): mixed
public function __call(string $name, array $args)
{
return call_user_func_array([$this->engine, $name], $args);
}
Expand Down

0 comments on commit 30c9925

Please sign in to comment.