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 28c7c01 commit b0a98adCopy full SHA for b0a98ad
tests/Unit/Jobs/UpdateSiteTest.php
@@ -92,7 +92,7 @@ public function testJobFailsIfFinalizeUpdateReturnsFalse()
92
]
93
);
94
95
- App::bind(Connection::class, fn() => $this->getSuccessfulExtractionMock());
+ App::bind(Connection::class, fn () => $this->getSuccessfulExtractionMock());
96
97
$object = new UpdateSite($site, "1.0.1");
98
$object->handle();
0 commit comments