New PHPUnit plugin fixes for PHP Censor

This commit is contained in:
Dmitry Khomutov 2017-01-05 20:01:53 +07:00
commit f3e8acc4bd
8 changed files with 45 additions and 61 deletions

View file

@ -292,7 +292,7 @@ class ProjectBase extends Model
*/
public function getBuildConfig()
{
$rtn = $this->data['build_config'];
$rtn = $this->data['build_config'];
return $rtn;
}