Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk authored and actions-user committed Sep 2, 2020
1 parent faeb107 commit 1388e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/CacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ private function buildIconsCacheFile(): string
{
// Iterate over the sets and create an array to write to the cache file.

return '<?php return '.var_export([], true).';';
return '<?php return ' . var_export([], true) . ';';
}
}

0 comments on commit 1388e8f

Please sign in to comment.