Problem/Motivation
All methods should have a scope.
Proposed resolution
Add the Squiz.Scope.MethodScope.Missing rule
Make all methods missing scope public as this is the default.
I ran the following replaces:^ static
function with public static function
^ function
with public function
^ abstract function
with abstract public function
Remaining tasks
User interface changes
None
API changes
None
Data model changes
Noe