Created
May 25, 2017 16:11
-
-
Save NandoKstroNet/bcbcf06578bf7bbf27b945058b3f5242 to your computer and use it in GitHub Desktop.
Classe Soma criada no post Silex e Testes da Code Experts Learning
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 | |
namespace App; | |
class Soma | |
{ | |
public function fazSoma($num1, $num2): int | |
{ | |
return 30; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment