timurflush
timurflush
+1 What about the Telegram handler?
> FYI > > https://docs.phalcon.io/4.0/en/queue, https://github.com/queue-interop/ext This library has been abandoned for 2 years. Moreover, it does not provide a high level of abstraction.
I would probably call it a bug.
Excuse me, @sergeyklay, I'm accidentally added a PresenceOf validator to the current Issue. I totally agree with you, just sometimes some validators need to be insured against passing them an...
@sergeyklay, @niden already wrote the code for me. Thanks, Niden. My knowledge of English is not very great, I can not translate your message accurately. Just try to do so:...
@Jurigag Let's remember what a Validator is? Do not complicate it with exceptions, its main task is to check the incoming data for correctness and no more. In this case,...
@scrnjakovic And you handsome)
Temporary fix in the Doctrine\Common\Annotations\CachedReader class: ```php /** * {@inheritDoc} */ public function getPropertyAnnotation(ReflectionProperty $property, $annotationName) { $propertyAnnotations = $this->getPropertyAnnotations($property) ?? []; foreach ($propertyAnnotations as $annot) { if ($annot instanceof...
The stack to reproduce: - PHP: 8.0.0 - Symfony: 5.2 - doctrine/orm: 2.8.1 - doctrine/doctrine-bundle: 2.2.2 - postgresql: 13 The files to reproduce: ```php