Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-04-26 00:22:09 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-26 00:22:09 +0300
commit1133c9a7fcd3eba0718f9c294714bc92d1d9e675 (patch)
treeab3a90ec729a4e84ed7feab56f86083aca44194c /.php_cs
parent700b1e267642aeb5f8449d322b8c5bf7a75579bf (diff)
Moves statics to subfolder, transforms translation to classes
Diffstat (limited to '.php_cs')
-rw-r--r--.php_cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.php_cs b/.php_cs
index 0b246883..e0209b86 100644
--- a/.php_cs
+++ b/.php_cs
@@ -71,7 +71,7 @@ $config = PhpCsFixer\Config::create()
->in(__DIR__.'/src/database')
->in(__DIR__.'/src/decorators')
->in(__DIR__.'/src/help')
- ->in(__DIR__.'/src/lang')
+ ->in(__DIR__.'/src/translations')
->in(__DIR__.'/src/xhtml')
->in(__DIR__.'/tests')
)