- now proper interface used
Signed-off-by: Roland Häder <roland@mxchange.org>
* @param $packageInstance An array with two elements: 'raw_data' and 'error_code'
* @return void
*/
- private function handlePackageByUnhandledPackage (Deliverable $packageInstance) {
+ private function handlePackageByUnhandledPackage (DeliverablePackage $packageInstance) {
// Debug message
//* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('PACKAGE-ASSEMBLER: packageInstance->rawData[]=' . $packageInstance->getRawData());