Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Feb 14, 2015
1 parent 1cb55a0 commit 4fe588a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Association.php
Expand Up @@ -199,11 +199,11 @@ public function __construct($alias, array $options = [])
}
}

if(!$this->_className) {
if (!$this->_className) {
$this->_className = $alias;
}

list(,$name) = pluginSplit($alias);
list(, $name) = pluginSplit($alias);
$this->_name = $name;

$this->_options($options);
Expand Down

0 comments on commit 4fe588a

Please sign in to comment.