]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/factories/states/class_StateFactory.php
Added peer states and lookup table classes/interfaces:
[hub.git] / application / hub / main / factories / states / class_StateFactory.php
index f39e0cbf3017c58e57c69df72fa68c444fef7ca7..876e1d0f42c3651b7437e14e31acbbc567abb1c2 100644 (file)
@@ -40,7 +40,7 @@ class StateFactory extends ObjectFactory {
         * @param       $nodeInstance   A NodeHelper class instance
         * @return      $stateInstance  A Stateable class instance
         */
-       public static final function createStateInstanceByName($stateName, NodeHelper $nodeInstance) {
+       public static final function createStateInstanceByName ($stateName, NodeHelper $nodeInstance) {
                // Then construct the class' configuraton entry
                $className = 'node_' . $stateName . '_state_class';