Installing your XhprofBundle with the README indications, I systematically got the following error on my project :
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'The name must not contain ".".' in ../src/Symfony/Component/Config/Definition/BaseNode.php:44
It seems that a scalar name can't contain a dot character. This pull request fix the issue.
Dear Jonas,
Installing your XhprofBundle with the README indications, I systematically got the following error on my project :
It seems that a scalar name can't contain a dot character. This pull request fix the issue.