Completed
Push — master ( 40966d...2acd6f )
by Dominik
02:50
created
src/Form/DoctrineMongoDBTypeGuesser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -168,6 +168,9 @@
 block discarded – undo
168 168
         }
169 169
     }
170 170
 
171
+    /**
172
+     * @param string $class
173
+     */
171 174
     protected function getMetadata($class)
172 175
     {
173 176
         if (array_key_exists($class, $this->cache)) {
Please login to merge, or discard this patch.