Skip to content

Commit 260c8f2

Browse files
committed
Align array values
1 parent d745e18 commit 260c8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Phug/AbstractCompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function expectMessageToBeThrown($message)
2626
public function setUp()
2727
{
2828
$this->compiler = new Compiler([
29-
'basedir' => __DIR__.'/../templates',
29+
'basedir' => __DIR__.'/../templates',
3030
'formatter_options' => [
3131
'patterns' => [
3232
'expression_in_text' => '%s',

0 commit comments

Comments
 (0)