Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaaloko committed Aug 11, 2016
1 parent d6bdaa5 commit 25a944f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/temp/en/users.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
<?php

return [
'name' => [
'first' => 'name',
],
];
'name' => [
'first' => 'name',
],
];
2 changes: 1 addition & 1 deletion tests/temp/nl/users.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
return [];
return [];

0 comments on commit 25a944f

Please sign in to comment.