@@ -596,6 +596,7 @@ discard block |
||
| 596 | 596 | * Set actions that are exempt from validation |
| 597 | 597 | * |
| 598 | 598 | * @param array |
| 599 | + * @param string[] $actions |
|
| 599 | 600 | * @return $this |
| 600 | 601 | */ |
| 601 | 602 | public function setValidationExemptActions($actions) |
@@ -1045,7 +1046,7 @@ discard block |
||
| 1045 | 1046 | * If set to false then the form method is only used to construct the default |
| 1046 | 1047 | * form. |
| 1047 | 1048 | * |
| 1048 | - * @param $bool boolean |
|
| 1049 | + * @param boolean $bool boolean |
|
| 1049 | 1050 | * @return $this |
| 1050 | 1051 | */ |
| 1051 | 1052 | public function setStrictFormMethodCheck($bool) |