-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit a52a92a disables all subscribers #267
Comments
ping @NiR- |
akerouanton
pushed a commit
to akerouanton/DoctrineBehaviors
that referenced
this issue
Mar 9, 2016
akerouanton
pushed a commit
to akerouanton/DoctrineBehaviors
that referenced
this issue
Mar 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the updated documentation, commit a52a92a intended to make all configurations enabled by default when the root node
knp_doctrine_behaviors
is empty. However, when tested on Symfony 2.7.6, the actual behavior is that all behaviors are disabled by default. Looks like thetreatNullLike([... => true ])
inConfiguration
class has no effect. Can anyone verify this behavior? Thanks.The text was updated successfully, but these errors were encountered: