Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 23, 2014
1 parent 8e84880 commit 8ac1225
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -458,10 +458,13 @@ abstract protected function getMappingResourceConfigDirectory();
abstract protected function getMappingResourceExtension();

/**
* Search for a manager that is declared as 'auto_mapping' = true
* Search for a manager that is declared as 'auto_mapping' = true.
*
* @param array $managerConfigs
*
* @return null|string The name of the manager. If no one manager is found, returns null
*
* @throws \LogicException
* @return null|string The name of the manager. If no one manager is found, returns null.
*/
private function validateAutoMapping(array $managerConfigs)
{
Expand Down

0 comments on commit 8ac1225

Please sign in to comment.