Skip to content

Commit

Permalink
Fixed PHPDoc (sonata-project#4357)
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and OskarStark committed Mar 10, 2017
1 parent 9f7ff02 commit f09e615
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Admin/AbstractAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,10 @@ abstract class AbstractAdmin implements AdminInterface, DomainObjectInterface
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;

Expand Down

0 comments on commit f09e615

Please sign in to comment.