Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class TestArticleSubQueryDao extends ArticleBaseDao |
||
16 | { |
||
17 | /** |
||
18 | * @var TestUserDao |
||
19 | */ |
||
20 | private $userDao; |
||
21 | |||
22 | public function __construct(TDBMService $tdbmService, TestUserDao $userDao) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Used to test a findFromSql with an order by clause on an inherited table. |
||
30 | * |
||
31 | * @return ResultIterator&ArticleBean[] |
||
32 | */ |
||
33 | public function getArticlesByUserLoginStartingWith(string $login): ResultIterator |
||
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