knallcharge
knallcharge
When running "composer update" I'm getting this notice: Deprecation Notice: Class JMose\CommandSchedulerBundle\DependencyInjection\Tests\JMoseCommandSchedulerExtensionTest located in (...)/vendor/jmose/command-scheduler-bundle\Tests\DependencyInjection\JMoseCommandSchedulerExtensionTest .php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer...
removes deprecation warning to prepare for compatibility with symfony 6
After updating to PHP 8.1 the following warnings are issued: > Deprecated: Return type of APY\BreadcrumbTrailBundle\BreadcrumbTrail\Trail::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used...
Don't know if you want to provide native return types, but these changes should remove deprecation warnings to prepare the bundle for symfony 6.
Hi, I have tried to register a phone number with signal-cli, I'm required to provide a CAPTCHA which I successfully retrieved, but the answer I'm getting (tried with different numbers)...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no To exlude insights for a particular method, the documentation (https://phpinsights.com/insights/#exclude-folder-or-files) states "If...
Hi, I tried updating my project to use doctrine/orm 3.1 today (from 2) and now I'm getting the following error: "[Syntax Error] line 0, col 20: Error: Expected Doctrine\ORM\Query\TokenType::T_FROM, got...
I'm trying to encode the special "trademark"-character (™) into a datamatrix code. The character has the ASCII-number 226 so it is within the ASCII specification for datamatrix (1-255). The generated...