👌 peer review

mostly coding convention,

thanks @molkobain
This commit is contained in:
bruno DA SILVA
2020-01-07 15:34:27 +01:00
parent 2043010aad
commit 838c4f123c
7 changed files with 11 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ class iTopConfigParser
{
$oParser = (new ParserFactory())->create(ParserFactory::PREFER_PHP7);
$this->browseFile($oParser, $sConfig);
$this->BrowseFile($oParser, $sConfig);
}
/**
@@ -73,7 +73,7 @@ class iTopConfigParser
*
* @return \Combodo\iTop\Config\Validator\ConfigNodesVisitor
*/
private function browseFile(\PhpParser\Parser $oParser, $sConfig)
private function BrowseFile(\PhpParser\Parser $oParser, $sConfig)
{
$prettyPrinter = new Standard();