Skip to content

Commit 32e4412

Browse files
committed
Add cacheDirectory() unit test
split: f4e169a92711f6bc33fbdb4ce64d63b159a017c6
1 parent 7cdcb6c commit 32e4412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Phug/Phug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public static function cacheDirectory($source, $destination = null, $options = n
488488

489489
if (!is_array($options)) {
490490
throw new InvalidArgumentException(
491-
"Expected \$options to be an array, got: ".
491+
'Expected $options to be an array, got: '.
492492
(@var_export($options, true) ?: (is_object($options) ? get_class($options) : gettype($options)))
493493
);
494494
}

0 commit comments

Comments
 (0)