Skip to content

Commit 81b4275

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

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
@@ -438,7 +438,7 @@ final public function finalize($value)
438438

439439
throw $e;
440440
} catch (\Exception $e) {
441-
throw new InvalidConfigurationException(sprintf('Invalid configuration for path "%s": %s.', $this->getPath(), $e->getMessage()), $e->getCode(), $e);
441+
throw new InvalidConfigurationException(sprintf('Invalid configuration for path "%s": '.$e->getMessage(), $this->getPath()), $e->getCode(), $e);
442442
}
443443
}
444444

0 commit comments

Comments
 (0)