New data plugin for DB

This commit is contained in:
aliaxander 2016-02-19 22:15:39 +03:00
parent 12d2b94693
commit 1ccfab5048

View file

@ -102,7 +102,7 @@ class PhpLoc implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
$matches[6] = (int) $matches[6],
);
$this->build->storeMeta('phplocStructure', $data);
$this->build->storeMeta('phploc-structure', $data);
}
if (preg_match_all('/\((LOC|CLOC|NCLOC|LLOC)\)\s+([0-9]+)/', $output, $matches2)) {