Completed
Pull Request — master (#607)
by Tortue
01:28
created
src/Former/Framework/TwitterBootstrap5.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
 	 * @param string $text
353 353
 	 * @param array  $attributes
354 354
 	 *
355
-	 * @return string
355
+	 * @return Element
356 356
 	 */
357 357
 	public function createValidationError($text, $attributes = array())
358 358
 	{
@@ -408,7 +408,7 @@  discard block
 block discarded – undo
408 408
 	/**
409 409
 	 * Wrap an item to be prepended or appended to the current field
410 410
 	 *
411
-	 * @return Element A wrapped item
411
+	 * @return string A wrapped item
412 412
 	 */
413 413
 	public function placeAround($item, $place = null)
414 414
 	{
Please login to merge, or discard this patch.