| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class RSSFeedController extends ContentController |
||
| 16 | { |
||
| 17 | public function init() |
||
| 20 | } |
||
| 21 | |||
| 22 | public function index() |
||
| 23 | { |
||
| 24 | $rss = new RSSFeed( |
||
| 25 | $this->LatestUpdates(), |
||
| 26 | $this->Link(), |
||
| 27 | "25 Most Recently Created Pages", |
||
| 28 | "Shows a list of the 25 most recently updated pages." |
||
| 29 | ); |
||
| 30 | |||
| 31 | return $rss->outputToBrowser(); |
||
| 32 | } |
||
| 33 | |||
| 34 | public function LatestUpdates() |
||
| 37 | } |
||
| 38 | } |
||
| 39 |
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