phpstan-typo3
phpstan-typo3 copied to clipboard
TYPO3 CMS class reflection extension for PHPStan & framework-specific rules
Results
12
phpstan-typo3 issues
Sort by
recently updated
recently updated
newest added
Hi there, first of all i want to thank you for your great work in the open source community! I am using the following code in a TYPO3 hook: ```php...
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