jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

fix configuration. ScalarNode name must not contain . #2

Closed arlo closed 13 years ago

arlo commented 13 years ago

Dear Jonas,

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.

jonaswouters commented 13 years ago

thanks.