Last active
August 24, 2021 11:07
-
-
Save tadeubdev/7ee6b6f6935e3cdc717b949ac818b7e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function salvaDadosUsuario($conta, $total) { | |
| // | |
| } | |
| // declarando os tipos esperados e o tipo do retorno | |
| function salvaDadosUsuario(ContaUsuario $conta, float $total): bool { | |
| // | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment