Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Nov 19, 2015
1 parent 2d71a59 commit 56443fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ORM/Locator/TableLocator.php
Expand Up @@ -182,7 +182,8 @@ public function get($alias, array $options = [])
* @param array $options Table options array.
* @return string
*/
protected function _getClassName($alias, array $options = []) {
protected function _getClassName($alias, array $options = [])
{
if (empty($options['className'])) {
$options['className'] = Inflector::camelize($alias);
}
Expand Down

0 comments on commit 56443fc

Please sign in to comment.