Commit f9cb39c
committed
minor #10552 Supports() must return a boolean (darrylhein)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10552).
Discussion
----------
Supports() must return a boolean
The code docs say "null" when it should be false.
Commits
-------
4052f6a supports() must return a boolean1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| |||
0 commit comments