Tom Scheduikat

Results 2 issues of Tom Scheduikat

Hello, i want to generate the documentation for my phalcon PHP code. It worked for several years but now i'm getting this error: ```` phpDox 0.12.0-dev - Copyright (C) 2010...

Hi, i've build a DQL query where i want to select only a partial from my entity and this partial is not encrypted. ``` $query = $em->createQueryBuilder() ->from(Offer::class, 'o') ->select('PARTIAL...