Hans Mackowiak
Hans Mackowiak
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | maybe | RFC? | no ## Steps...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | ? | RFC? | no ## Steps...
``` - Installing composer-unused/composer-unused-plugin (0.8.10): Extracting archive PHP Fatal error: Uncaught Error: Class "__ComposerUnused__\Symfony\Component\DependencyInjection\ContainerBuilder" not found in phar:///var/www/html/vendor/composer-unused/composer-unused-plugin/composer-unused.phar/config/container.php:10 Stack trace: #0 phar:///var/www/html/vendor/composer-unused/composer-unused-plugin/composer-unused.phar/config/container.php(18): ComposerUnused\ComposerUnusedPlugin\UnusedPlugin::__ComposerUnused__\{closure}() #1 /var/www/html/vendor/composer-unused/composer-unused-plugin/src/UnusedPlugin.php(36): require('phar:///var/www...') #2 phar:///usr/local/bin/composer/src/Composer/Plugin/PluginManager.php(335): ComposerUnused\ComposerUnusedPlugin\UnusedPlugin->activate(Object(Composer\Composer), Object(Composer\IO\ConsoleIO))...
The only thing not working right now are the Exception Handling: https://github.com/doctrine/dbal/commit/a2abc86b8245a6929c4f448bdcc4af9c15018b4c#diff-93abf86e8ee8df45d8045fc5f4c82094d9e68b204351a8bc5811796803ce81d7L46-R48 * `ConversionException::conversionFailedInvalidType` got removed, and is `InvalidType::new` now * `ConversionException::conversionFailed` is `ValueNotConvertible::new` * `ConversionException::conversionFailedFormat` is `InvalidFormat::new` I need...
Similar to the Datetime Form Type: https://symfony.com/doc/current/reference/forms/types/datetime.html#input Allow the property to be String, and have the Validator be used for the Guesser to be used if for what ever reason...
would it make sense to have the Entries that have Cron Expression as Properties to be able to be used with Symfony Scheduler? Currently i have written my own Cron...
In newer Dbal4 Version, `InvalidType` extends `ConversionException` but the test against older version fails https://psalm.dev/r/32dcca1a1b using this causes even more problems because it now thinks that class_exists doesn't apply `if...
### Description (*) The double `foreach` does nothing of value inside the Block: - it just calls `$this->_preparePrice` which just does format the price value. - but then it does...
Closes #1066 I kept the old Export files too, if they are really needed the only change, PHPExcelPDFExport is now abstract because there might be more PDF Writer (currently MPDF)...
The macOS specific `forge.command` file needs to be updated, like the forge.sh one