File tree 3 files changed +5
-4
lines changed
Bundle/TestReporterBundle
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
use CodeClimate \Component \System \Git \GitCommand ;
5
5
use CodeClimate \Bundle \TestReporterBundle \Entity \JsonFile ;
6
- use Satooshi \Bundle \CoverallsV1Bundle \Api \Jobs ;
7
- use Satooshi \Bundle \CoverallsV1Bundle \Config \Configuration ;
6
+ use Contrib \Bundle \CoverallsV1Bundle \Api \Jobs ;
7
+ use Contrib \Bundle \CoverallsV1Bundle \Config \Configuration ;
8
8
9
9
class CoverageCollector
10
10
{
Original file line number Diff line number Diff line change 4
4
use CodeClimate \Component \System \Git \GitCommand ;
5
5
use CodeClimate \Bundle \TestReporterBundle \Entity \CiInfo ;
6
6
use CodeClimate \Bundle \TestReporterBundle \Version ;
7
+ use Contrib \Bundle \CoverallsV1Bundle \Entity \JsonFile as SatooshiJsonFile ;
7
8
8
- class JsonFile extends \ Satooshi \ Bundle \ CoverallsV1Bundle \ Entity \JsonFile
9
+ class JsonFile extends SatooshiJsonFile
9
10
{
10
11
public function toArray ()
11
12
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace CodeClimate \Component \System \Git ;
3
3
4
- use Satooshi \Component \System \SystemCommand ;
4
+ use Contrib \Component \System \SystemCommand ;
5
5
6
6
class GitCommand extends SystemCommand
7
7
{
You can’t perform that action at this time.
0 commit comments