@@ -26,7 +26,7 @@ |
||
26 | 26 | $entity = new GH6443Post(); |
27 | 27 | $entity->id = 'Foo'; |
28 | 28 | |
29 | - $dql = 'SELECT p FROM ' . GH6443Post::class . ' p WHERE p = ?1'; |
|
29 | + $dql = 'SELECT p FROM '.GH6443Post::class.' p WHERE p = ?1'; |
|
30 | 30 | $query = $this->_em->createQuery($dql); |
31 | 31 | |
32 | 32 | // we do not know that the internal type is a rot13, so we can not add the type parameter here |