8000 fixed tests · symfony/symfony@de3fb2c · GitHub
[go: up one dir, main page]

Skip to content

Commit de3fb2c

Browse files
committed
< 8000 div class="CommitHeader-module__commit-message-container--nl1pf">
fixed tests
1 parent 44056b0 commit de3fb2c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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+
);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
return [
3+
return array (
44
'foo' => 'bar',
5-
];
5+
);

0 commit comments

Comments
 (0)
0