fix formatting

This commit is contained in:
Antonio Ramirez
2016-12-14 02:50:12 +01:00
parent f3f4b31bb4
commit 3ba01b4674
140 changed files with 512 additions and 523 deletions

View File

@ -1,7 +1,7 @@
<?php
return [
'sourcePath' => __DIR__ . '/../User',
'sourcePath' => __DIR__.'/../User',
'messagePath' => __DIR__,
'languages' => [
'ca',
@ -40,7 +40,7 @@ return [
'.gitignore',
'.gitkeep',
'.hgignore',
'.hgkeep'
'.hgkeep',
],
'format' => 'php',
];