Alexander Schnitzler

Results 5 issues of Alexander Schnitzler

I am often versioning the results and every time I run the scanner, I get at least one line changed per file: ` Found 0 matches in 0.07s when` Would...

As the `GalleryProcessor` is executed before the `ImageRenderer`, the given width is defined by the typoscript constant `styles.content.textmedia.maxWInText` that is by default set to 600. This compromises the idea of...

If a table is using foreign key constraints, it's not possible to simply truncate a table. There are several different possibilities to solve this but when it comes to truncating...

Removes the early return when in CLI context. Background: When in CLI context, e.g. when sending fluid emails with absolute uri's, we can fake the HTTP_HOST by adding it to...

Hi folks, I get the following issue with `MathUtilityTypeSpecifyingExtension`. ```php function foo(string $value) { // At this point phpstan properly assumes that $value is string if (MathUtility::canBeInterpretedAsInteger($value)) { return (int)$value;...

bug
help wanted