Skip to content

Commit

Permalink
Add cacheDirectory() unit test
Browse files Browse the repository at this point in the history
split: f4e169a92711f6bc33fbdb4ce64d63b159a017c6
  • Loading branch information
kylekatarnls committed Nov 14, 2020
1 parent 7cdcb6c commit 32e4412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Phug/Phug.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public static function cacheDirectory($source, $destination = null, $options = n

if (!is_array($options)) {
throw new InvalidArgumentException(
"Expected \$options to be an array, got: ".
'Expected $options to be an array, got: '.
(@var_export($options, true) ?: (is_object($options) ? get_class($options) : gettype($options)))
);
}
Expand Down

0 comments on commit 32e4412

Please sign in to comment.