Required interface updated
authorRoland Häder <roland@mxchange.org>
Sat, 22 May 2010 17:09:31 +0000 (17:09 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 22 May 2010 17:09:31 +0000 (17:09 +0000)
inc/classes/interfaces/resolver/state/class_StateResolver.php

index 37b2c2e971433a3b4d41c5c45fd0794d7a42eae9..3c3f77d0bd635e839f9ddedf585a157141e2fee3 100644 (file)
@@ -26,10 +26,10 @@ interface StateResolver extends Resolver {
         * Returns an state instance for a given package class and raw data
         *
         * @param       $packageInstance        An instance of a package class
         * Returns an state instance for a given package class and raw data
         *
         * @param       $packageInstance        An instance of a package class
-        * @param       $rawData                        The raw data to handle
+        * @param       $packageData            Raw package data
         * @return      $stateInstance          An instance of the resolved state
         */
         * @return      $stateInstance          An instance of the resolved state
         */
-       function resolveStateByPackage (Networkable $packageInstance, $rawData);
+       function resolveStateByPackage (Networkable $packageInstance, array $packageData);
 
        /**
         * Checks wether the given state is valid
 
        /**
         * Checks wether the given state is valid