From: Roland Häder Date: Sun, 24 Feb 2008 10:34:17 +0000 (+0000) Subject: TODO: We should find something better than BaseFrameworkSystem as a type-hint X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=d3dc161881e77cb39100a7d9220f520a5375bb26 TODO: We should find something better than BaseFrameworkSystem as a type-hint --- diff --git a/ship-simu/application/selector/class_ApplicationSelector.php b/ship-simu/application/selector/class_ApplicationSelector.php index 741c0d3..bd3a86b 100644 --- a/ship-simu/application/selector/class_ApplicationSelector.php +++ b/ship-simu/application/selector/class_ApplicationSelector.php @@ -139,7 +139,7 @@ class ApplicationSelector extends BaseFrameworkSystem { * @throws MissingMethodException If $tplEngine misses a required * method 'loadWebTemplate()' */ - private function prepareTemplateEngine (ManageableApplication $appInstance) { + private function prepareTemplateEngine (BaseFrameworkSystem $appInstance) { // Generate FQFN for all application templates $fqfn = sprintf("%s%s/%s/%s", PATH,