-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[2.7] Fix docblocks about callables #16131
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
Conversation
nicolas-grekas
commented
Oct 5, 2015
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
@@ -14,7 +14,7 @@ | |||
<service id="debug.debug_handlers_listener" class="%debug.debug_handlers_listener.class%"> | |||
<tag name="kernel.event_subscriber" /> | |||
<tag name="monolog.logger" channel="php" /> | |||
<argument /><!-- Exception handler --> | |||
<argument>null</argument><!-- Exception handler --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default is null, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get an empty string instead...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is handled this way in XmlUtils:phpize().
4d5ec87
to
7b12fe9
Compare
Thank you @nicolas-grekas. |
1 similar comment
Thank you @nicolas-grekas. |
This PR was merged into the 2.7 branch. Discussion ---------- [2.7] Fix docblocks about callables | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 7b12fe9 [2.7] Fix docblocks about callables
@@ -217,7 +217,7 @@ public function getMaxAttempts() | |||
* | |||
* The normalizer can be a callable (a string), a closure or a class implementing __invoke. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this sentence is weird too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed