You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public $mCounter, $mSearchUser, $mSearchPeriodStart, $mSearchPeriodEnd,
$mTestFilter;
phpcs outputs
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
| ERROR | Scope modifier not specified for member variable
| | "$mTestFilter" (Squiz.Scope.MemberVarScope.Missing)
----------------------------------------------------------------------
But $mTestFilter has the public visibility and should not be reported.
The text was updated successfully, but these errors were encountered:
In case of the following member declaration
phpcs outputs
But $mTestFilter has the public visibility and should not be reported.
The text was updated successfully, but these errors were encountered: