Andreas Möller

Results 44 issues of Andreas Möller

In order to ease work on the next version of `fzaninotto/faker`, it would be beneficial if we could set `next` as default branch. Currently, `master` is the default branch.

### Summary When using `$faker->randomFloat()`, sometimes an `int` is returned. ### Versions | | Version | |:--------------------|:--------| | PHP | any | | `fzaninotto/faker` | 1.9.2 | ### Self-enclosed code...

bug

I have successfully used `actions/create-release` to create releases for libraries here on GitHub. Today I have built a GitHub Action that I have - so far manually - released to...

To allow compatibility with `phpunit/phpunit:^9.0.0`, for which the `TestListener` interface will have been removed, an implementation using hooks need to be developed. For reference, see * https://github.com/sebastianbergmann/phpunit/issues/3389 * https://github.com/sebastianbergmann/phpunit/issues/3390 I...

enhancement

This PR * [x] uses `actions/stale` to handle stale issues and pull request 💁‍♂️ For reference, see https://github.com/actions/stale.

`abstract` Doctrine entities should not require `final` methods. `final` methods will not work here because proxies will want to override them. /cc @OskarStark

bug

This pull request * [x] adjusts `Methods\FinalInAbstractClassRule` to ignore Doctrine entities Fixes #295.

bug

This pull request - [x] requires `ergebnis/json-normalizer:^3.0.0` - [x] adjusts class names Related to #868.

enhancement

This pull request - [x] configures the finder for `friendsofphp/php-cs-fixer` Running ```shell vendor/bin/php-cs-fixer fix ``` on current `master` yields ``` Loaded config default from "/Users/am/Sites/stripe/stripe-php/.php-cs-fixer.php". Using cache file ".php-cs-fixer.cache". In...

This pull request - [x] adds support for the optional `checks` key in `required_status_checks` 💁‍♂️ For reference, see https://docs.github.com/en/rest/reference/branches#update-branch-protection. ![CleanShot 2022-02-03 at 13 37 24@2x](https://user-images.githubusercontent.com/605483/152344239-d300400a-5f21-4f4b-9cd0-f1e7029a5cfc.png) ----- [View rendered README.md](https://github.com/localheinz/settings/blob/feature/checks/README.md)