Fixes after rebase.

This commit is contained in:
Dmitry Khomutov 2018-03-08 10:33:29 +07:00
parent ba11827340
commit 4013fc76ff
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
namespace PHPCensor\Plugin\Option;
use b8\Config;
use PHPCensor\Config;
/**
* Class PhpUnitOptions validates and parse the option for the PhpUnitV2 plugin

View file

@ -2,7 +2,7 @@
namespace PHPCensor\Plugin;
use b8\Config;
use PHPCensor\Config;
use PHPCensor\Builder;
use PHPCensor\Model\Build;
use PHPCensor\Plugin;

View file

@ -2,7 +2,7 @@
namespace PHPCensor\Plugin;
use b8\Config;
use PHPCensor\Config;
use PHPCensor;
use PHPCensor\Builder;
use PHPCensor\Model\Build;