stephpy / timeline-bundle

Symfony2 bundle to make timeline
193 stars 57 forks source link

Fixed calling wrong doctrine method #201

Closed core23 closed 7 years ago

core23 commented 7 years ago

According to the phpdoc, the methods could return a null response.

The used getSingleResult method will throw an exception, if there was no or more than one result which is wrong. http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html#query-result-formats

stephpy commented 7 years ago

Looks nice, thank you.

core23 commented 7 years ago

Is there a chance to get a new patch release @stephpy ? The last release is from 2015