Problem/Motivation
In #2941148: Fix Drupal.Commenting.FunctionComment.MissingReturnType return types were fixed. But this change NULL
returns to return;
whereas the return in the docblock is NULL
. Perhaps we should change those to be explicit NULL
instead of current implied NULL
.
Steps to reproduce
Proposed resolution
Remaining tasks
- Decide if we want to change this
- ...