Skip to content

Commit 38d2a8a

Browse files
committed
Update composer.lock and TestService
1 parent cc231ab commit 38d2a8a

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

app/Service/Test/TestService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function hello()
1010
return 'Hello';
1111
}
1212

13-
public function calculate(int $var1, $operation, int $var2)
13+
public function calculate($var1, $operation, $var2)
1414
{
1515
if($operation == 'plus' || $operation == '+')
1616
{

composer.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)