Test Failed
Pull Request — master (#6759)
by Jan
63:55
created
Doctrine/Tests/ORM/Functional/OneToOneInverseSideLoadAfterDqlQueryTest.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@
 block discarded – undo
97 97
      */
98 98
     public $bus;
99 99
 
100
+    /**
101
+     * @param string $name
102
+     */
100 103
     public function __construct($name)
101 104
     {
102 105
         $this->name = $name;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
                     $this->_em->getClassMetadata(BusOwner::class),
20 20
                 ]
21 21
             );
22
-        } catch(\Exception $e) {}
22
+        } catch (\Exception $e) {}
23 23
     }
24 24
 
25 25
     public function testInverseSideOneToOneLoadedAfterDqlQuery(): void
Please login to merge, or discard this patch.