mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
👌 peer review
mostly coding convention, thanks @molkobain
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user