]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/cruncher/virgin/class_CruncherVirginState.php
Fixed a lot stuff for cruncher (missing methods, etc.)
[hub.git] / application / hub / main / states / cruncher / virgin / class_CruncherVirginState.php
index c9675022fffed8b57d422c9082db6691e7dab390..a5d2f15de49b9da659c532b6ae5362785a11507d 100644 (file)
@@ -38,16 +38,12 @@ class CruncherVirginState extends BaseCruncherState implements Stateable {
        /**
         * Creates an instance of this class
         *
-        * @param       $cruncherInstance       An instance of a CruncherHelper class
         * @return      $stateInstance  An instance of a Stateable class
         */
-       public final static function createCruncherVirginState (CruncherHelper $cruncherInstance) {
+       public final static function createCruncherVirginState () {
                // Get new instance
                $stateInstance = new CruncherVirginState();
 
-               // Set the cruncher instance
-               $stateInstance->setCruncherInstance($cruncherInstance);
-
                // Return the prepared instance
                return $stateInstance;
        }