Tobias Köngeter

Results 4 issues of Tobias Köngeter

This problem still exists in v2.3.0. I was playing around with the sample code [here](https://duncan3dc.github.io/fork-helper/usage/getting-started/) and also had some errors and Exceptions, made by my own. When receiving those the...

bug

Dear @jordikroon, there are some issues and unresolved pull requests, also some PHP updates are missing (for example the yet unsupported version 8). Are you still working on this project?...

I assume that syntax highlighting in a `README.md` file seems not to work properly when the repository comes from Bitbucket. Here are to libraries to compare: * From GitHub: [solaris/php-moon-phase](https://packagist.org/packages/solaris/php-moon-phase)...

While PHPStorm recognise the deprecation of an Enum case using the `@deprecation` annotation, it is not working using the `#[Deprecation]` attribute. This works: ```php enum Foo { /** * @deprecated...