Simon Bigelmayr

Results 6 issues of Simon Bigelmayr

If an Event has a string as a parameter the full string will be reviewed in the event overview. In case of very long string e.g. `Nuwave\Lighthouse\Events\BuildSchemaString->userSchema` (the string contains...

Bug: When one of our team members approves and MR the slack channel posts a message stating that the team member opend a merge request..: "Name of team member" opened...

bug

# Bug Report | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | v0.14.2 | ## Minimal PHP Code Causing Issue ## Expected Behaviour In https://github.com/rectorphp/rector/blob/e3b535f364359c36e4aefe3be5e0cf0b31f56df3/rules/CodeQuality/Rector/Class_/InlineConstructorDefaultToPropertyRector.php the...

easy pick

the expires_at field will not be set according to the sactum config-file right now. Right now this proptery is also missing from the HasApiTokensContract (https://github.com/laravel/sanctum/pull/402).

#### Description When attempting to run tests with **PHPUnit 11** with the ClockworkExtension mentioned for PHPUnit 10, the tests fail due to a missing interface `PHPUnit\Event\Test\AssertionSucceededSubscriber`. The error message is...

# Feature Request Is there a way to achieve the following transformation in Rector? Even if the type of $foo cannot be fully inferred, encouraging this pattern would provide significant...