chore: fmt

This commit is contained in:
loks0n
2024-09-20 09:16:18 +01:00
parent 151cb78993
commit 72ddef855e
@@ -814,7 +814,7 @@ class FunctionsCustomServerTest extends Scope
$matchingDeployment = array_filter(
$deployments['body']['deployments'],
fn($deployment) => $deployment['$id'] === $deploymentId
fn ($deployment) => $deployment['$id'] === $deploymentId
);
$this->assertNotEmpty($matchingDeployment, "Deployment with ID {$deploymentId} not found");