| Total Complexity | 5 |
| Total Lines | 87 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | class UserLinkedSources extends \Baka\Auth\Models\UserLinkedSources |
||
|
|
|||
| 7 | { |
||
| 8 | /** |
||
| 9 | * |
||
| 10 | * @var integer |
||
| 11 | */ |
||
| 12 | public $source_id; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * |
||
| 16 | * @var integer |
||
| 17 | */ |
||
| 18 | public $users_id; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | public $source_users_id; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * |
||
| 28 | * @var string |
||
| 29 | */ |
||
| 30 | public $source_users_id_text; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * |
||
| 34 | * @var string |
||
| 35 | */ |
||
| 36 | public $source_username; |
||
| 37 | |||
| 38 | /** |
||
| 39 | * |
||
| 40 | * @var integer |
||
| 41 | */ |
||
| 42 | public $is_deleted; |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Initialize method for model. |
||
| 46 | */ |
||
| 47 | public function initialize() |
||
| 53 | } |
||
| 54 | |||
| 55 | /** |
||
| 56 | * Returns table name mapped in the model. |
||
| 57 | * |
||
| 58 | * @return string |
||
| 59 | */ |
||
| 60 | public function getSource(): string |
||
| 63 | } |
||
| 64 | |||
| 65 | /** |
||
| 66 | * Get all user linked sources by user's id |
||
| 67 | * @param int $usersId |
||
| 68 | * @return array |
||
| 69 | */ |
||
| 70 | public static function getMobileUserLinkedSources(int $usersId): array |
||
| 96 |
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