Skip to content

Commit

Permalink
fix doc-blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Sep 10, 2020
1 parent 578a963 commit 5382450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Block/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getLabel()
/**
* Set the input label.
*
* @param mixed
* @param mixed $label
*
* @return $this
*/
Expand All @@ -93,7 +93,7 @@ public function getElement()
/**
* Set the input element.
*
* @param mixed
* @param mixed $element
*
* @return $this
*
Expand Down Expand Up @@ -125,7 +125,7 @@ public function getHint()
/**
* Set the input hint.
*
* @param mixed
* @param mixed $hint
*
* @return $this
*/
Expand All @@ -149,7 +149,7 @@ public function getOptional()
/**
* Set whether the input is optional.
*
* @param bool
* @param bool $optional
*
* @return $this
*/
Expand Down

0 comments on commit 5382450

Please sign in to comment.