Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/src/Integration/IgbinaryComponentRegistrar.php:541if(!($di->has(SerializerInterface::class) && $di->has(UnserializerInterface::class) && $di->has(EdiArrayTranslatorInterface::class) && $di->has(EdiExtendedArrayTranslatorInterface::class) && $di->has(EdiObjectTranslatorInterface::class) && $di->has(EdiTranslatorInterface::class))) { /**/ }