Ruud Kamphuis

Results 117 issues of Ruud Kamphuis

### Symfony version(s) affected 7.1-RC1 ### Description The Serializer component switched to the new TypeInfo component and now our serialization breaks: > Symfony\Component\TypeInfo\Exception\LogicException : Cannot get base type on "int|string"...

Serializer
Bug
Status: Needs Review

### Symfony version(s) affected 7.1-RC1 ### Description While testing 7.1-RC1 I noticed a change in behavior. I have a test suite that serializes all commands (for a command bus) and...

Serializer
Bug
Status: Needs Review

### Bug description I'm trying to create a conditional return type and I struggle how to deal with variadic arguments. Depending on the input, I want to return `string` or...

feature-request

### Your message to us **First of all, thanks for making this wonderful tool. I know I have been raising a few issues the last days but that's because I...

### Your message to us Often I'm working on a feature when I think: these changes belong not to the feature, but can be moved to a prepended branch. My...

### Your message to us There is a [great feature in Git](https://www.30secondsofcode.org/git/s/create-fixup-commit) that allows you to create new commits that should be fixed up in previous commits. In [Tower for...

### Your message to us It would be great to programmatically read out the parent of a stacked PR. Example: ```command $ git town get-parent some-parent-branch ```

I'd like to be able to pass a title and body when proposing a change (creating a pull request). GitHub supports this, by sending the following query parameters: `?expand=1&title=title&body=body`. I'd...

# Feature Request We should create a rule for this RFC: https://wiki.php.net/rfc/new_without_parentheses ## Diff ```diff -$request = (new Request())->withMethod('GET')->withUri('/hello-world'); +$request = new Request()->withMethod('GET')->withUri('/hello-world'); ```

feature

### Bug report When I immediately call an anonymous function that uses a passed-by-reference variable, and modify the variable, the type information for the variable in the scope gets corrupted....

feature-request