Skip to content

Commit 4555b54

Browse files
committed
csfixed
1 parent 9bba22d commit 4555b54

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.php_cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ return PhpCsFixer\Config::create()
2626
],
2727
'concat_space' => ['spacing' => 'one'],
2828
'array_syntax' => ['syntax' => 'short'],
29-
'empty_return' => false,
3029
'blank_line_before_return' => false,
3130
'phpdoc_align' => false,
32-
'phpdoc_params' => false,
3331
'phpdoc_scalar' => false,
3432
'phpdoc_separation' => false,
3533
'phpdoc_to_comment' => false,

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
{
2828
"name": "Dmitry Naumenko",
2929
"role": "Lead backend developer",
30-
"email": "silverfire@hiqdev.com",
30+
"email": "d.naumenko.a@gmail.com",
3131
"homepage": "http://silverfire.me/"
3232
},
3333
{
3434
"name": "Andrey Klochok",
3535
"role": "Lead frontend developer",
36-
"email": "tafid@hiqdev.com",
36+
"email": "andreyklochok@gmail.com",
3737
"homepage": "http://hiqdev.com/"
3838
},
3939
{
4040
"name": "Yuriy Myronchuk",
4141
"role": "QA Lead",
42-
"email": "bladeroot@hiqdev.com",
42+
"email": "bladeroot@gmail.com",
4343
"homepage": "http://hiqdev.com/"
4444
}
4545
],

0 commit comments

Comments
 (0)