Skip to content

Commit

Permalink
csfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 28, 2018
1 parent c9b9571 commit b74101e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Expand Up @@ -6,7 +6,7 @@ ActiveRecord for API
@link https://github.com/hiqdev/yii2-hiart
@package yii2-hiart
@license BSD-3-Clause
@copyright Copyright (c) 2015-2017, HiQDev (http://hiqdev.com/)
@copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
EOF;

return PhpCsFixer\Config::create()
Expand Down
7 changes: 0 additions & 7 deletions .travis.yml
@@ -1,14 +1,7 @@
language: php
php:
- 5.6
- 7
- 7.1
- hhvm
dist: trusty
matrix:
allow_failures:
-
php: hhvm
cache:
directories:
- $HOME/.composer/cache
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)
Copyright © 2015-2018, 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
Expand Up @@ -129,7 +129,7 @@ Basically all the features of [Yii2 ActiveRecord] work if your API provides them
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 © 2015-2017, HiQDev (http://hiqdev.com/)
Copyright © 2015-2018, HiQDev (http://hiqdev.com/)

## Acknowledgments

Expand Down

0 comments on commit b74101e

Please sign in to comment.