diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index c06c0d74..00000000 --- a/.styleci.yml +++ /dev/null @@ -1,13 +0,0 @@ -preset: symfony - -finder: - exclude: - - "tests" - -enabled: - - ordered_use - -disabled: - - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198 - - short_array_syntax # Support PHP 5 - - no_superfluous_phpdoc_tags_symfony # All params/return tags should be preserved diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d379277..53edde34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Changelog ## 1.9.0 * added better Psalm support for `all*` & `nullOr*` methods - * These methods are now understood by Psalm through a mixin. You may need a newer version of Psalm in order to use this +* These methods are now understood by Psalm through a mixin. You may need a newer version of Psalm in order to use this * added `@psalm-pure` annotation to `Assert::notFalse()` * added more `@psalm-assert` annotations where appropriate diff --git a/README.md b/README.md index 1407a9a1..9f53f8fa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ Webmozart Assert ================ -[![Build Status](https://travis-ci.org/webmozart/assert.svg?branch=master)](https://travis-ci.org/webmozart/assert) -[![Build status](https://ci.appveyor.com/api/projects/status/lyg83bcsisrr94se/branch/master?svg=true)](https://ci.appveyor.com/project/webmozart/assert/branch/master) [![Code Coverage](https://scrutinizer-ci.com/g/webmozart/assert/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/webmozart/assert/?branch=master) [![Latest Stable Version](https://poser.pugx.org/webmozart/assert/v/stable.svg)](https://packagist.org/packages/webmozart/assert) [![Total Downloads](https://poser.pugx.org/webmozart/assert/downloads.svg)](https://packagist.org/packages/webmozart/assert)