| Total Complexity | 2 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class GameRatingFacade implements GameRatingFacadeInterface |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var UserRatingInterface |
||
| 16 | */ |
||
| 17 | private $userRating; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @var UserScoreProviderInterface |
||
| 21 | */ |
||
| 22 | private $userScoreProvider; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param UserRatingInterface $userRating |
||
| 26 | * @param UserScoreProviderInterface $userScoreProvider |
||
| 27 | */ |
||
| 28 | public function __construct( |
||
| 35 | } |
||
| 36 | |||
| 37 | |||
| 38 | /** |
||
| 39 | * @return \App\GameRating\Persistence\DataProvider\UserScoreWithPosition[]|array |
||
| 40 | */ |
||
| 41 | public function getUserScoreWithPosition() : array |
||
| 47 | } |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths