Skip to content

Commit c1fac46

Browse files
committed
csfixed
1 parent 93cf023 commit c1fac46

40 files changed

+41
-40
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ActiveRecord for API
66
@link https://github.com/hiqdev/yii2-hiart
77
@package yii2-hiart
88
@license BSD-3-Clause
9-
@copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
9+
@copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
1010
EOF;
1111

1212
return PhpCsFixer\Config::create()

src/AbstractConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/AbstractQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/AbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/AbstractResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/ActiveDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/ActiveQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/ActiveRecord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

src/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/hiqdev/yii2-hiart
66
* @package yii2-hiart
77
* @license BSD-3-Clause
8-
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
8+
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
99
*/
1010

1111
namespace hiqdev\hiart;

0 commit comments

Comments
 (0)