We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc90da commit 446b16cCopy full SHA for 446b16c
1 file changed
src/Container.php
@@ -81,7 +81,7 @@ public function start(): void
81
82
try {
83
$this->container = $container->start();
84
- }catch (Exception) {
+ } catch (Exception) {
85
86
}
87
0 commit comments