Skip to content

Commit

Permalink
All green?
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed May 29, 2015
1 parent 44f65cb commit 2b66c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ public function getMetadataForObject($object)
return $this->getMetadata($documentMetadata, $structure);
}

public function getMetadata(Metadata $documentMetadata, Structure $structure)
public function getMetadata(Metadata $documentMetadata, StructureMetadata $structure)
{
$classMetadata = $this->factory->createClassMetadata($documentMetadata->getClass());
$class = new \ReflectionClass($documentMetadata->getClass());
Expand Down
Expand Up @@ -22,6 +22,7 @@
use Sulu\Component\Content\Compat\PropertyTag;
use Sulu\Component\Content\Query\ContentQueryExecutor;
use Sulu\Component\Content\Compat\Structure;
use Sulu\Component\Content\Compat\StructureInterface;
use Sulu\Component\Localization\Localization;
use Sulu\Component\Webspace\Manager\WebspaceCollection;
use Sulu\Component\Webspace\Navigation;
Expand Down

0 comments on commit 2b66c6c

Please sign in to comment.