Skip to content

Commit

Permalink
Update composer.lock and TestService
Browse files Browse the repository at this point in the history
  • Loading branch information
farizluqman committed Feb 1, 2017
1 parent cc231ab commit 38d2a8a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion app/Service/Test/TestService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function hello()
return 'Hello';
}

public function calculate(int $var1, $operation, int $var2)
public function calculate($var1, $operation, $var2)
{
if($operation == 'plus' || $operation == '+')
{
Expand Down
62 changes: 31 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38d2a8a

Please sign in to comment.