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.
2 parents b98ca04 + a2a41ac commit d1e6e91Copy full SHA for d1e6e91
Tests/OptionsResolver2Dot6Test.php
@@ -1102,7 +1102,7 @@ public function testCatchedExceptionFromNormalizerDoesNotCrashOptionResolver()
1102
$this->resolver->setNormalizer('catcher', function (Options $options) {
1103
try {
1104
return $options['thrower'];
1105
- } catch(\Exception $e) {
+ } catch (\Exception $e) {
1106
return false;
1107
}
1108
});
@@ -1126,7 +1126,7 @@ public function testCatchedExceptionFromLazyDoesNotCrashOptionResolver()
1126
$this->resolver->setDefault('catcher', function (Options $options) {
1127
1128
1129
1130
1131
1132
0 commit comments