Skip to content

Commit

Permalink
Fixed the value type returned by a method
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 11, 2015
1 parent 0703d07 commit 11f2f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Reflection/EntityMetadataInspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

namespace JavierEguiluz\Bundle\EasyAdminBundle\Reflection;

use Doctrine\Common\Persistence\Mapping\ClassMetadata;
use Symfony\Bridge\Doctrine\ManagerRegistry;

/**
Expand All @@ -31,7 +32,7 @@ public function __construct(ManagerRegistry $manager)
*
* @param string $entityClass
*
* @return array
* @return ClassMetadata
*/
public function getEntityMetadata($entityClass)
{
Expand Down

0 comments on commit 11f2f01

Please sign in to comment.