Browse Source

phpcs fixes

AD7six 11 years ago
parent
commit
4fe588a1a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ORM/Association.php

+ 2 - 2
src/ORM/Association.php

@@ -199,11 +199,11 @@ abstract class Association
             }
         }
 
-        if(!$this->_className) {
+        if (!$this->_className) {
             $this->_className = $alias;
         }
 
-        list(,$name) = pluginSplit($alias);
+        list(, $name) = pluginSplit($alias);
         $this->_name = $name;
 
         $this->_options($options);