Completed
Branch 1.0 (c85c2d)
by Olivier
01:55
created
lib/View.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 	/**
151 151
 	 * Returns an array of callable used to resolve the {@link $template} property.
152 152
 	 *
153
-	 * @return callable[]
153
+	 * @return \Closure[]
154 154
 	 *
155 155
 	 * @internal
156 156
 	 */
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
 	/**
234 234
 	 * Returns an array of callable used to resolve the {@link $template} property.
235 235
 	 *
236
-	 * @return callable[]
236
+	 * @return \Closure[]
237 237
 	 *
238 238
 	 * @internal
239 239
 	 */
Please login to merge, or discard this patch.