Skip to content

Commit

Permalink
Update PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 2, 2018
1 parent 5a6ba7c commit 1c23050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Twig/Extension/Utility/FormButtonTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct(TranslatorInterface $translator, ButtonTwigExtension
* Displays a Bootstrap form button "Cancel".
*
* @param array $args The arguments.
* @return string Returns the Bootstrap cancel form button.
* @return string Returns the Bootstrap form button "Cancel".
*/
public function bootstrapFormButtonCancelFunction(array $args = []) {

Expand All @@ -71,7 +71,7 @@ public function bootstrapFormButtonCancelFunction(array $args = []) {
* Displays a Bootstrap form buttons "Default".
*
* @param array $args The arguments.
* @return string Returns the Bootstrap default form buttons.
* @return string Returns the Bootstrap form button "Default".
*/
public function bootstrapFormButtonDefaultFunction(array $args = []) {

Expand All @@ -86,7 +86,7 @@ public function bootstrapFormButtonDefaultFunction(array $args = []) {
/**
* Displays a Bootstrap form button "Submit".
*
* @return string Returns the Bootstrap submit form button.
* @return string Returns the Bootstrap form button "Submit".
*/
public function bootstrapFormButtonSubmitFunction() {

Expand Down

0 comments on commit 1c23050

Please sign in to comment.