themehybrid / hybrid-core

Official repository for the Hybrid Core WordPress development framework.
GNU General Public License v2.0
687 stars 143 forks source link

5.0: `View::locate()` docblock @return type `void` is incorrect #166

Closed lkraav closed 5 years ago

lkraav commented 5 years ago

https://github.com/justintadlock/hybrid-core/blob/5.0.0/src/View/View.php#L143

Should probably be string.

lkraav commented 5 years ago

Thanks. PS I wonder if there's a linter to detect these codebase-wide?