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
/Mixpanel/DataCollector/MixpanelDataCollector.php:431$this->data = ['mixpanel' => [ ], 'projects' => $this->registry->getAlias( ), 'users' => $this->registry->getUsers( ), 'config' => $this->registry->getConfig( ), 'time' => 0,  ]