X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fstates%2Fcruncher%2Fvirgin%2Fclass_CruncherVirginState.php;h=a5d2f15de49b9da659c532b6ae5362785a11507d;hb=73aff29b9bc78031853b0b8c0fe0a8e04f66ac29;hp=2ab6e02b6e950f077fe5c14919d137724f12b082;hpb=3e5e829a9284c30b1a24b720f9c43a68d920d973;p=hub.git diff --git a/application/hub/main/states/cruncher/virgin/class_CruncherVirginState.php b/application/hub/main/states/cruncher/virgin/class_CruncherVirginState.php index 2ab6e02b6..a5d2f15de 100644 --- a/application/hub/main/states/cruncher/virgin/class_CruncherVirginState.php +++ b/application/hub/main/states/cruncher/virgin/class_CruncherVirginState.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2011 - 2012 Cruncher Developer Team + * @copyright Copyright (c) 2011 - 2014 Cruncher Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -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; }