Skip to content

Commit 0e2b81a

Browse files
committed
fixed tests
1 parent 2faea43 commit 0e2b81a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php return [
2-
];
1+
<?php return array (
2+
);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?php return [
1+
<?php return array (
22
'bundle:controller:name.format.engine' => __DIR__.'/../path/to/template.html.twig',
3-
];
3+
);

0 commit comments

Comments
 (0)