@@ -69,8 +69,6 @@ |
||
69 | 69 | * @param array $params an array of parameters which should be passed to the |
70 | 70 | * template |
71 | 71 | * @param string $renderAs how the page should be rendered, defaults to user |
72 | - * @param array $styles an array of styles which sould be added to the template |
|
73 | - * @param array $scripts an array of scripts which should be added to the template |
|
74 | 72 | * @since 6.0.0 - parameters $params and $renderAs were added in 7.0.0 - parameters $styles and $scripts were added in 11.0.0 |
75 | 73 | */ |
76 | 74 | public function __construct($appName, $templateName, array $params=array(), |