Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Feb 26, 2021
1 parent 474ebf9 commit bca09d7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,6 +29,7 @@
use function implode;
use function array_values;
use function array_map;
use function reset;

/**
* @internal
Expand Down Expand Up @@ -477,7 +478,7 @@ function ($bound) {
$fq_class_name,
array_values(
array_map(
function($map) {
function ($map) {
return clone reset($map);
},
$storage->template_types
Expand Down

0 comments on commit bca09d7

Please sign in to comment.