Skip to content

Commit f41c1a7

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Tweak the code to avoid fabbot false positives
2 parents 3e633c3 + 81b4275 commit f41c1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Definition/BaseNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ final public function finalize($value)
422422

423423
throw $e;
424424
} catch (\Exception $e) {
425-
throw new InvalidConfigurationException(sprintf('Invalid configuration for path "%s": %s.', $this->getPath(), $e->getMessage()), $e->getCode(), $e);
425+
throw new InvalidConfigurationException(sprintf('Invalid configuration for path "%s": '.$e->getMessage(), $this->getPath()), $e->getCode(), $e);
426426
}
427427
}
428428

0 commit comments

Comments
 (0)