Skip to content

Commit

Permalink
Update directives.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifzadesina authored Mar 30, 2020
1 parent fb93b75 commit 11a1dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
return <<<CODE
<?php
list(\$_mixName) = (fn(\$name) => [\$name])({$exp});
\$_mixins[\$_mixName.'-'.md5(__FILE__)] = function (\$_mix_data) use (&\$_mixins) { extract(\$_mix_data);
\$_mixins[\$_mixName.'-'.md5(__FILE__)] = function (\$_mixData) use (&\$_mixins) { extract(\$_mixData, EXTR_SKIP);
?>
CODE;
});
Expand Down

0 comments on commit 11a1dbd

Please sign in to comment.