mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 09:47:25 +08:00
many phpcs fixes
This commit is contained in:
@ -68,7 +68,8 @@ class TwigSimpleFileLoader implements \Twig_LoaderInterface
|
||||
* @param string $name file name
|
||||
* @return string absolute path of file
|
||||
*/
|
||||
protected function getFilePath($name){
|
||||
protected function getFilePath($name)
|
||||
{
|
||||
return $this->_dir . '/' . $name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user