The doc comment array<non-empty-string> at position 2 could not be parsed: Unknown type name 'non-empty-string' at position 2 in array<non-empty-string>.
Loading history...
34
*/
35
protected function getWrappedPath(string $statement, string $quote = "'"): array
36
{
37
$path = \explode('->', $statement);
38
\array_shift($path); // remove field name (first element)