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