TASK: Rename method

* To follow CGL

Relates: #33
This commit is contained in:
Daniel Siepmann 2017-03-21 13:30:04 +01:00
parent f1b6cc86c1
commit af6b4dad51
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ trait ClassnameCheckerTrait
* *
* @return bool * @return bool
*/ */
protected function findPrev() protected function shouldLookBefore()
{ {
return false; return false;
} }

View file

@ -32,7 +32,7 @@ class Typo3Update_Sniffs_LegacyClassnames_StaticCallSniff implements PHP_CodeSni
* *
* @return bool * @return bool
*/ */
protected function findPrev() protected function shouldLookBefore()
{ {
return true; return true;
} }