Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
lokielse committed Nov 13, 2016
1 parent 4e875ba commit ffe91d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
composer.lock
composer.phar
phpunit.xml

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,4 +9,4 @@ php:
before_script:
- composer install -n --dev --prefer-source

script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -7,4 +7,4 @@
* Ensure your code is nicely formatted in the [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
style and that all tests pass.
* Send the pull request.
* Check that the Travis CI build passed. If not, rinse and repeat.
* Check that the Travis CI build passed. If not, rinse and repeat.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -182,4 +182,4 @@ or ask more detailed questions, there is also a [mailing list](https://groups.go
you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/lokielse/omnipay-wechatpay/issues),
or better yet, fork the library and submit a pull request.
or better yet, fork the library and submit a pull request.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,4 +33,4 @@
"require-dev": {
"omnipay/tests": "~2.0"
}
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -23,4 +23,4 @@
<directory>./src</directory>
</whitelist>
</filter>
</phpunit>
</phpunit>

0 comments on commit ffe91d8

Please sign in to comment.