Skip to content

Commit

Permalink
Update phpdoc - bad annotation throwing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
tentwofour committed Feb 4, 2015
1 parent 9b3b497 commit 985c065
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Entity/SeparatorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@ public function getPossibleChildTypes()
}

/**
*
* @return string[]
* Get possible page part admin configurations
* @return array
*/
public function getPagePartAdminConfigurations()
{
return array();
}

/**
*
* @ERROR!!!
*
* Get possible page templates for this page
* @return array
*/
public function getPageTemplates()
{
Expand Down

0 comments on commit 985c065

Please sign in to comment.