Did I seriously spell my own goddamned name wrong in the docblock??

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-06-29 10:28:00 -07:00
parent 3332bbe072
commit 50a644a2c0

View file

@ -13,7 +13,7 @@ class LoginForm extends Component
/** /**
* Set the validation rules for login * Set the validation rules for login
* *
* @author A. Ginaotto <snipe@snipe.net> * @author A. Gianotto <snipe@snipe.net>
* @version v6.0 * @version v6.0
* @return Array * @return Array
*/ */
@ -28,7 +28,7 @@ class LoginForm extends Component
/** /**
* Perform the validation * Perform the validation
* *
* @author A. Ginaotto <snipe@snipe.net> * @author A. Gianotto <snipe@snipe.net>
* @version v6.0 * @version v6.0
*/ */
public function updated($fields) public function updated($fields)
@ -52,7 +52,7 @@ class LoginForm extends Component
* makes sense to even do this via LiveWire, since * makes sense to even do this via LiveWire, since
* our login system is pretty complicated. * our login system is pretty complicated.
* *
* @author A. Ginaotto <snipe@snipe.net> * @author A. Gianotto <snipe@snipe.net>
* @version v6.0 * @version v6.0
*/ */
public function submitForm() public function submitForm()