Benjamin Franzke
Benjamin Franzke
…when setNullable has not been called explicitly. Error was: ``` PHP Fatal error: Uncaught TypeError: Return value of gossi\codegen\model\PhpParameter::getNullable() must be of the type bool, null returned in […]/vendor/gossi/php-code-generator/src/model/parts/TypePart.php:75 Stack...
* Require at least TYPO3 v12.4.5 as a bug was preent until v12.4.4 https://review.typo3.org/c/Packages/TYPO3.CMS/+/80174 * Remove jquery requirement * Use instanciated stage module (like the core does as well) *...
Adapt `DeleteInterface` to match the actual `Delete` implementation which inherits from `AdvancedStatement` to provide methods like `where()`. Otherwise static analysis tools like phpstan will trigger errors when `where()` is used...
No major/common things, just noticed them while reviewing the codebase.
ESM module are published unminified by convention. Therefore they can simply be build by `tsc`. Also the TypeScript declaration files are linked via package.json now. TypeScript needs the `types` (with...
### What are you trying to achieve? The feature `redirects.hitCount` should not be enabled by default in acceptance test instances, in order to avoid unexpected default that derive from a...
ELTS releases need to be downloaded via instructions provided on my.typo3.org
Comparing a version like `"12.4.8"` with `7` will result in a string comparsion instead of the (intended) float/int comparison. That is because "12.4.8" can not be implicitly converted to a...