mediatekformation

Errors

Table of Contents

vendor/doctrine/dbal/src/Portability/Converter.php 2
vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/EntityListenerPass.php 1
vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php 2
vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreUpdateEventArgs.php 1
vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php 4
vendor/monolog/monolog/src/Monolog/ErrorHandler.php 11
vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php 1
vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php 2
vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php 1
vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php 2
vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php 1
vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php 2
vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php 2
vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php 2
vendor/phpdocumentor/reflection-docblock/src/DocBlockFactory.php 1
vendor/phpdocumentor/type-resolver/src/Types/ContextFactory.php 4
vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php 1
vendor/sebastian/comparator/src/ScalarComparator.php 1
vendor/symfony/config/Exception/FileLocatorFileNotFoundException.php 1
vendor/symfony/console/Helper/TableStyle.php 1
vendor/symfony/console/Output/NullOutput.php 1
vendor/symfony/dependency-injection/ContainerBuilder.php 1
vendor/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php 1
vendor/symfony/dotenv/Dotenv.php 2
vendor/symfony/error-handler/ErrorHandler.php 1
vendor/symfony/filesystem/Path.php 1
vendor/symfony/finder/Comparator/NumberComparator.php 2
vendor/symfony/finder/Glob.php 2
vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php 2
vendor/symfony/framework-bundle/Command/RouterDebugCommand.php 1
vendor/symfony/http-foundation/IpUtils.php 1
vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php 1
vendor/symfony/http-kernel/Controller/ControllerResolver.php 1
vendor/symfony/http-kernel/EventListener/SaveSessionListener.php 1
vendor/symfony/mime/Crypto/DkimSigner.php 1
vendor/symfony/mime/MimeTypes.php 1
vendor/symfony/monolog-bridge/Formatter/ConsoleFormatter.php 1
vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php 1
vendor/symfony/monolog-bundle/DependencyInjection/Configuration.php 1
vendor/symfony/options-resolver/Exception/NoSuchOptionException.php 1
vendor/symfony/options-resolver/Options.php 1
vendor/symfony/options-resolver/OptionsResolver.php 1
vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php 1
vendor/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php 1
vendor/symfony/routing/Generator/UrlGenerator.php 1
vendor/symfony/routing/Generator/UrlGeneratorInterface.php 1
vendor/symfony/routing/Loader/XmlFileLoader.php 1
vendor/symfony/routing/Loader/YamlFileLoader.php 1
vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php 1
vendor/symfony/routing/RequestContext.php 1
vendor/symfony/routing/Route.php 1
vendor/symfony/routing/RouteCollection.php 1
vendor/symfony/routing/RouteCompiler.php 1

Converter.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(T):T ...$functions The functions to compose" has error "\Doctrine\DBAL\Portability\:T" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return callable(T):T|null" has error "\Doctrine\DBAL\Portability\:T" is not a valid Fqsen.

EntityListenerPass.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{entity: class-string, event: string} $attributes" has error "\Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\array{entity: class-string" is not a valid Fqsen.

Configuration.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{names: list<string>, values: list<int>}" has error "\Doctrine\Bundle\DoctrineBundle\DependencyInjection\array{names: list" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return list<string>|array{0:string, 1: numeric-string, string}" has error "\Doctrine\Bundle\DoctrineBundle\DependencyInjection\array{0:string" is not a valid Fqsen.

PreUpdateEventArgs.php

Type Line Description
ERROR 0 Tag "var" with body "@var array<string, array{mixed, mixed}|PersistentCollection>" has error "\Doctrine\ORM\Event\array{mixed" is not a valid Fqsen.

BasicEntityPersister.php

Type Line Description
ERROR 0 Tag "see" with body "@see prepareInsertData($entity)" has error "\Doctrine\ORM\Persisters\Entity\prepareInsertData($entity)" is not a valid Fqsen.
ERROR 0 Tag "see" with body "@see prepareUpdateData($entity)" has error "\Doctrine\ORM\Persisters\Entity\prepareUpdateData($entity)" is not a valid Fqsen.
ERROR 0 Tag "see" with body "@see prepareInsertData($entity)" has error "\Doctrine\ORM\Persisters\Entity\prepareInsertData($entity)" is not a valid Fqsen.
ERROR 0 Tag "see" with body "@see prepareUpdateData($entity)" has error "\Doctrine\ORM\Persisters\Entity\prepareUpdateData($entity)" is not a valid Fqsen.

ErrorHandler.php

Type Line Description
ERROR 0 Tag "param" with body "@param array<int, LogLevel::*>|false $errorLevelMap an array of E_* constant to LogLevel::* constant mapping, or false to disable error handling" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param array<class-string, LogLevel::*>|false $exceptionLevelMap an array of class name to LogLevel::* constant mapping, or false to disable exception handling" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param LogLevel::*|null|false $fatalLevel a LogLevel::* constant, null to use the default LogLevel::ALERT or false to disable fatal error handling" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param array<class-string, LogLevel::*> $levelMap an array of class name to LogLevel::* constant mapping" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param array<int, LogLevel::*> $levelMap an array of E_* constant to LogLevel::* constant mapping" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param LogLevel::*|null $level a LogLevel::* constant, null to use the default LogLevel::ALERT" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return array<class-string, LogLevel::*>" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return array<int, LogLevel::*>" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var array<class-string, LogLevel::*> an array of class name to LogLevel::* constant mapping" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var array<int, LogLevel::*> an array of E_* constant to LogLevel::* constant mapping" has error "\Monolog\LogLevel::*" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var LogLevel::*" has error "\Monolog\LogLevel::*" is not a valid Fqsen.

ChromePHPFormatter.php

Type Line Description
ERROR 0 Tag "var" with body "@var array<int, 'log'|'info'|'warn'|'error'>" has error "\Monolog\Formatter\'log'" is not a valid Fqsen.

JsonFormatter.php

Type Line Description
ERROR 0 Tag "param" with body "@param self::BATCH_MODE_* $batchMode" has error "\Monolog\Formatter\self::BATCH_MODE_*" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var self::BATCH_MODE_*" has error "\Monolog\Formatter\self::BATCH_MODE_*" is not a valid Fqsen.

AbstractHandler.php

Type Line Description
ERROR 0 Tag "param" with body "@param Level|LevelName|LogLevel::* $level Level or level name" has error "\Monolog\Handler\LogLevel::*" is not a valid Fqsen.

SlackRecord.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{title: string, value: string, short: false}" has error "\Monolog\Handler\Slack\array{title: string" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return array<array{title: string, value: string, short: false}>" has error "\Monolog\Handler\Slack\array{title: string" is not a valid Fqsen.

SwiftMailerHandler.php

Type Line Description
ERROR 0 Tag "var" with body "@var Swift_Message|callable(string, Record[]): Swift_Message" has error "\Monolog\Handler\, " is not a valid Fqsen.

SyslogUdpHandler.php

Type Line Description
ERROR 0 Tag "var" with body "@var array<self::RFC*, string>" has error "\Monolog\Handler\self::RFC*" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var self::RFC*" has error "\Monolog\Handler\self::RFC*" is not a valid Fqsen.

GitProcessor.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{branch: string, commit: string}|array<never>" has error "\Monolog\Processor\array{branch: string" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var array{branch: string, commit: string}|array<never>|null" has error "\Monolog\Processor\array{branch: string" is not a valid Fqsen.

MercurialProcessor.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{branch: string, revision: string}|array<never>" has error "\Monolog\Processor\array{branch: string" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var array{branch: string, revision: string}|array<never>|null" has error "\Monolog\Processor\array{branch: string" is not a valid Fqsen.

DocBlockFactory.php

Type Line Description
ERROR 0 Tag "author" with body "@author Mike van Riel <me@mikevanriel.com> for extending the regex with template marker support." has error

ContextFactory.php

Type Line Description
ERROR 0 Tag "param" with body "@param ArrayIterator<int, string|array{0:int,1:string,2:int}> $tokens" has error "\phpDocumentor\Reflection\Types\array{0:int" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param ArrayIterator<int, string|array{0:int,1:string,2:int}> $tokens" has error "\phpDocumentor\Reflection\Types\array{0:int" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param ArrayIterator<int, string|array{0:int,1:string,2:int}> $tokens" has error "\phpDocumentor\Reflection\Types\array{0:int" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param ArrayIterator<int, string|array{0:int,1:string,2:int}> $tokens" has error "\phpDocumentor\Reflection\Types\array{0:int" is not a valid Fqsen.

Wizard.php

Type Line Description
ERROR 0 Tag "since" with body "@since Class available since Release 1.0.0" has error

ScalarComparator.php

Type Line Description
ERROR 0 Tag "since" with body "@since Method available since Release 3.6.0" has error

FileLocatorFileNotFoundException.php

Type Line Description
ERROR 0 Tag "author" with body "@author Leo Feyer <https://github.com/leofeyer>" has error The author tag does not have a valid e-mail address

TableStyle.php

Type Line Description
ERROR 0 Tag "see" with body "@see {@link setCrossingChars()} for setting each crossing individually." has error "\Symfony\Component\Console\Helper\{@link" is not a valid Fqsen.

NullOutput.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

ContainerBuilder.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(ChildDefinition, T, \Reflector): void $configurator" has error "\Symfony\Component\DependencyInjection\, " is not a valid Fqsen.

AbstractConfigurator.php

Type Line Description
ERROR 0 Tag "var" with body "@var callable(mixed, bool $allowService)|null" has error "\Symfony\Component\DependencyInjection\Loader\Configurator\, " is not a valid Fqsen.

Dotenv.php

Type Line Description
ERROR 0 Tag "param" with body "@param ...string $extraPaths A list of additional files to load" has error "\Symfony\Component\Dotenv\...string" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param ...string $extraPaths A list of additional files to load" has error "\Symfony\Component\Dotenv\...string" is not a valid Fqsen.

ErrorHandler.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(\Throwable $e)|null $handler" has error "\Throwable $e" is not a valid Fqsen.

Path.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{string, string} an array with the root directory and the remaining relative path" has error "\Symfony\Component\Filesystem\array{string" is not a valid Fqsen.

NumberComparator.php

Type Line Description
ERROR 0 Tag "author" with body "@author Fabien Potencier <fabien@symfony.com> PHP port" has error
ERROR 0 Tag "author" with body "@author Richard Clamp <richardc@unixbeard.net> Perl version" has error

Glob.php

Type Line Description
ERROR 0 Tag "author" with body "@author Fabien Potencier <fabien@symfony.com> PHP port" has error
ERROR 0 Tag "author" with body "@author Richard Clamp <richardc@unixbeard.net> Perl version" has error

VcsIgnoredFilterIterator.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{0: string, 1: string}|null" has error "\Symfony\Component\Finder\Iterator\array{0: string" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var array<string, array{0: string, 1: string}|null>" has error "\Symfony\Component\Finder\Iterator\array{0: string" is not a valid Fqsen.

RouterDebugCommand.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

IpUtils.php

Type Line Description
ERROR 0 Tag "author" with body "@author David Soria Parra <dsp at php dot net>" has error The author tag does not have a valid e-mail address

PdoSessionHandler.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

ControllerResolver.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

SaveSessionListener.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

DkimSigner.php

Type Line Description
ERROR 0 Tag "author" with body "@author Fabien Potencier <fabien@symfony.com> RFC 6376 and 8301" has error

MimeTypes.php

Type Line Description
ERROR 0 Tag "see" with body "@see Resources/bin/update_mime_types.php" has error "\Symfony\Component\Mime\Resources/bin/update_mime_types.php" is not a valid Fqsen.

ConsoleFormatter.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

ConsoleHandler.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

Configuration.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{0:string}|array{0:string, 1: numeric-string, string}" has error "\Symfony\Bundle\MonologBundle\DependencyInjection\array{0:string}" is not a valid Fqsen.

NoSuchOptionException.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

Options.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

OptionsResolver.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

ConfigurableRequirementsInterface.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

CompiledUrlGeneratorDumper.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

UrlGenerator.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

UrlGeneratorInterface.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

XmlFileLoader.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

YamlFileLoader.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

CompiledUrlMatcherDumper.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

RequestContext.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

Route.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

RouteCollection.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

RouteCompiler.php

Type Line Description
ERROR 0 Tag "author" with body "@author Tobias Schultze <http://tobion.de>" has error The author tag does not have a valid e-mail address

Search results