Completed
Pull Request — master (#6417)
by Luís
19:07
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH2947Test.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
      */
81 81
     public $brand;
82 82
 
83
+    /**
84
+     * @param string $brand
85
+     */
83 86
     public function __construct($brand)
84 87
     {
85 88
         $this->brand = $brand;
Please login to merge, or discard this patch.