Failed Conditions
Pull Request — master (#6735)
by Matthias
92:37 queued 28:40
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH6443Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.