Skip to content

Commit

Permalink
csfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Feb 15, 2017
1 parent 844cc89 commit 6b1133c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 16 deletions.
4 changes: 1 addition & 3 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HiDev Nginx plugin
@link https://github.com/hiqdev/hidev-nginx
@package hidev-nginx
@license BSD-3-Clause
@copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
@copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
EOF;

return PhpCsFixer\Config::create()
Expand All @@ -26,10 +26,8 @@ return PhpCsFixer\Config::create()
],
'concat_space' => ['spacing' => 'one'],
'array_syntax' => ['syntax' => 'short'],
'empty_return' => false,
'blank_line_before_return' => false,
'phpdoc_align' => false,
'phpdoc_params' => false,
'phpdoc_scalar' => false,
'phpdoc_separation' => false,
'phpdoc_to_comment' => false,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2016, HiQDev (http://hiqdev.com/)
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ to the require section of your composer.json.
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2016, HiQDev (http://hiqdev.com/)
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
{
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "silverfire@hiqdev.com",
"email": "d.naumenko.a@gmail.com",
"homepage": "http://silverfire.me/"
},
{
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "tafid@hiqdev.com",
"email": "andreyklochok@gmail.com",
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@hiqdev.com",
"email": "bladeroot@gmail.com",
"homepage": "http://hiqdev.com/"
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/config/hidev.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link https://github.com/hiqdev/hidev-nginx
* @package hidev-nginx
* @license BSD-3-Clause
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/

return [
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/NginxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link https://github.com/hiqdev/hidev-nginx
* @package hidev-nginx
* @license BSD-3-Clause
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/

namespace hidev\nginx\controllers;
Expand Down
5 changes: 2 additions & 3 deletions src/controllers/VhostController.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php

/*
/**
* HiDev Nginx plugin
*
* @link https://github.com/hiqdev/hidev-nginx
* @package hidev-nginx
* @license BSD-3-Clause
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/

namespace hidev\nginx\controllers;
Expand Down
2 changes: 1 addition & 1 deletion tests/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link https://github.com/hiqdev/hidev-nginx
* @package hidev-nginx
* @license BSD-3-Clause
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/

error_reporting(E_ALL & ~E_NOTICE);
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/NginxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link https://github.com/hiqdev/hidev-nginx
* @package hidev-nginx
* @license BSD-3-Clause
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/

namespace hidev\nginx\tests\functional;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/controllers/NginxControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link https://github.com/hiqdev/hidev-nginx
* @package hidev-nginx
* @license BSD-3-Clause
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/

namespace hidev\nginx\tests\unit\controllers;
Expand Down

0 comments on commit 6b1133c

Please sign in to comment.