Benedikt Franke

Results 107 issues of Benedikt Franke

Hi, i have been using your package for a bit now - it is great, thank you! I have been having issues with the type coercion of the built-in scalar...

Hey, thanks for this great plugin. PHP has a special syntax for multiline strings that allows tagging the string. This tag is often to denote the contents of the string...

feature

The following code currently works fine, but triggers a static analysis error due to the loose return type of `Parser::parse()`: ```php $token = (new Parser(new JoseEncoder()))->parse($jwtString); $token->claims(); // PHPStan says:...

Improvement

Hi, thanks for this project 👋 I am trying to use this project as a lightweight alternative to `chokidar` for restarting Laravel Octane: https://laravel.com/docs/8.x/octane#watching-for-file-changes When updating a watched file, it...

Rule 009 disallows trailing whitespace but has an option to allow exactly 2 spaces. This makes sense, considering it is an important part of the markdown syntax and the most...

Hi, i want to use Coloquent in my project - the syntax and ease of use look really nice. My API requires Authentication via an Access Token sent in the...

Resolves https://github.com/graphql/graphql-spec/issues/577 This change adds the proposed addition by @leebyron from https://github.com/graphql/graphql-spec/issues/577#issuecomment-519226398

💭 Strawman (RFC 0)

### Motivation Our application defines some mutations that are purely used to trigger side effects and don't return a value. GraphQL enforces the definition of a return type for those...