Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
digedag authored and StyleCIBot committed May 3, 2020
1 parent baaecc9 commit bcb7e73
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deprecations/classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class tx_t3sportstats_actions_DBStats extends System25\T3sports\Action\DBStats
}
class tx_t3sportstats_util_Config extends System25\T3sports\Utility\StatsConfig
{
}
}
1 change: 1 addition & 0 deletions srv/class.tx_t3sportstats_srv_CoachStats.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsConfig;
use System25\T3sports\Utility\StatsDataBag;
use System25\T3sports\Utility\StatsMatchNoteProvider;
Expand Down
1 change: 1 addition & 0 deletions srv/class.tx_t3sportstats_srv_PlayerGoalStats.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsConfig;
use System25\T3sports\Utility\StatsDataBag;
use System25\T3sports\Utility\StatsMatchNoteProvider;
Expand Down
1 change: 1 addition & 0 deletions srv/class.tx_t3sportstats_srv_PlayerStats.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsConfig;
use System25\T3sports\Utility\StatsDataBag;
use System25\T3sports\Utility\StatsMatchNoteProvider;
Expand Down
1 change: 1 addition & 0 deletions srv/class.tx_t3sportstats_srv_PlayerTimeStats.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsDataBag;
use System25\T3sports\Utility\StatsMatchNoteProvider;

Expand Down
1 change: 1 addition & 0 deletions srv/class.tx_t3sportstats_srv_RefereeStats.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsConfig;
use System25\T3sports\Utility\StatsDataBag;
use System25\T3sports\Utility\StatsMatchNoteProvider;
Expand Down
1 change: 0 additions & 1 deletion srv/ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
]
);


System25\T3sports\Utility\StatsConfig::registerPlayerStatsSimple('goals', '10,11,12,13');
System25\T3sports\Utility\StatsConfig::registerPlayerStatsSimple('assists', '31');
System25\T3sports\Utility\StatsConfig::registerPlayerStatsSimple('goalshead', '11');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsMatchNoteProvider;

/***************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsMatchNoteProvider;

/***************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsMatchNoteProvider;

/***************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use System25\T3sports\Utility\StatsMatchNoteProvider;

/***************************************************************
Expand Down

0 comments on commit bcb7e73

Please sign in to comment.