Completed
Pull Request — master (#6481)
by Luís
15:39
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3785Test.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -110,6 +110,10 @@
 block discarded – undo
110 110
     /** @Column(type = "string") */
111 111
     private $value;
112 112
 
113
+    /**
114
+     * @param string $name
115
+     * @param string $value
116
+     */
113 117
     public function __construct($name, $value)
114 118
     {
115 119
         $this->name = $name;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Cache/DefaultRegionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-     * @return Cache|null
55
+     * @return Cache
56 56
      */
57 57
     private function createRegionCache()
58 58
     {
Please login to merge, or discard this patch.