Skip to content

Commit 446b16c

Browse files
author
awu
committed
chore: ecs fix
1 parent 5cc90da commit 446b16c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function start(): void
8181

8282
try {
8383
$this->container = $container->start();
84-
}catch (Exception) {
84+
} catch (Exception) {
8585
$this->container = $container->start();
8686
}
8787

0 commit comments

Comments
 (0)