We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8136fdf commit c5ac94dCopy full SHA for c5ac94d
tests/SwaggerServiceTest.php
@@ -714,7 +714,7 @@ public function testAddDataWithNotExistsMethodOnController()
714
715
public function testAddDataWithBindingInterface()
716
{
717
- $this->app->bind(TestContract::class,TestRequest::class);
+ $this->app->bind(TestContract::class, TestRequest::class);
718
$this->mockDriverGetEmptyAndSaveTmpData($this->getJsonFixture('tmp_data_get_user_request'));
719
720
$service = app(SwaggerService::class);
0 commit comments