Code cleanup

This commit is contained in:
Frederic Guillot
2015-11-15 13:06:13 -05:00
parent a675271ad7
commit 42b5b413bd
3 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ class Tool
* @access public
* @param Container $container
* @param array $namespaces
* @return Container
*/
public static function buildDIC(Container $container, array $namespaces)
{
@@ -50,6 +51,8 @@ class Tool
};
}
}
return $container;
}
/**