Completed
Push — master ( a02710...7ee086 )
by Jelle
09:44
created
src/PropertyMapper/PropertyDefinition.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -21,6 +21,10 @@
 block discarded – undo
21 21
 
22 22
   protected $isArray;
23 23
 
24
+  /**
25
+   * @param string $name
26
+   * @param string $entityType
27
+   */
24 28
   public function __construct($name, $entityType = NULL, $isArray = FALSE) {
25 29
     $this->name = $name;
26 30
     $this->entityType = $entityType;
Please login to merge, or discard this patch.