Skip to content

Commit b0a98ad

Browse files
committed
cs fix
1 parent 28c7c01 commit b0a98ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Jobs/UpdateSiteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testJobFailsIfFinalizeUpdateReturnsFalse()
9292
]
9393
);
9494

95-
App::bind(Connection::class, fn() => $this->getSuccessfulExtractionMock());
95+
App::bind(Connection::class, fn () => $this->getSuccessfulExtractionMock());
9696

9797
$object = new UpdateSite($site, "1.0.1");
9898
$object->handle();

0 commit comments

Comments
 (0)