Completed
Push — authenticator-refactor ( c8eb1c...19f0e5 )
by Simon
07:39
created
src/Forms/Form.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -596,6 +596,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.