Christian Gripp 8 år sedan
förälder
incheckning
f09e615931
1 ändrade filer med 3 tillägg och 4 borttagningar
  1. 3 4
      Admin/AbstractAdmin.php

+ 3 - 4
Admin/AbstractAdmin.php

@@ -232,11 +232,10 @@ abstract class AbstractAdmin implements AdminInterface, DomainObjectInterface
     protected $baseCodeRoute = '';
     protected $baseCodeRoute = '';
 
 
     /**
     /**
-     * The related field reflection, ie if OrderElement is linked to Order,
-     * then the $parentReflectionProperty must be the ReflectionProperty of
-     * the order (OrderElement::$order).
+     * The related parent association, ie if OrderElement has a parent property named order,
+     * then the $parentAssociationMapping must be a string named `order`.
      *
      *
-     * @var \ReflectionProperty
+     * @var string
      */
      */
     protected $parentAssociationMapping = null;
     protected $parentAssociationMapping = null;