Skip to content

Instantly share code, notes, and snippets.

@tadeubdev
Last active August 24, 2021 11:07
Show Gist options
  • Select an option

  • Save tadeubdev/7ee6b6f6935e3cdc717b949ac818b7e9 to your computer and use it in GitHub Desktop.

Select an option

Save tadeubdev/7ee6b6f6935e3cdc717b949ac818b7e9 to your computer and use it in GitHub Desktop.
<?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