Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.7] Bug fix for app()->call() #26852

Merged
merged 12 commits into from
Dec 17, 2018
Prev Previous commit
Next Next commit
Fixes style-CI issue
  • Loading branch information
imanghafoori1 committed Dec 14, 2018
commit 9628e514c2ecae2c1c465b43916883b2a45115e7
1 change: 0 additions & 1 deletion tests/Container/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ public function testWithDefalutParameters()
$this->assertEquals('foo', $result[0]);
$this->assertEquals('bar', $result[1]);
$this->assertEquals('default c', $result[2]);

}

/**
Expand Down