Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
12 | class TestAlbumDao extends AlbumBaseDao |
||
13 | { |
||
14 | /** |
||
15 | * @return \TheCodingMachine\TDBM\ResultIterator|AlbumBean[] |
||
16 | */ |
||
17 | public function findAllFromRawSql() |
||
18 | { |
||
19 | return $this->findFromRawSql('SELECT DISTINCT albums.* FROM albums'); |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @return \TheCodingMachine\TDBM\ResultIterator|AlbumBean[] |
||
24 | */ |
||
25 | public function findAllFromRawSqlWithCount() |
||
31 | ); |
||
32 | } |
||
34 |
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