Completed
Pull Request — master (#1167)
by Janis
152:14 queued 141:36
created
lib/public/AppFramework/Http/TemplateResponse.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,6 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.