Conditions | 3 |
Paths | 3 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 3 |
Changes | 0 |
1 | <?php |
||
69 | 8 | protected function validateSitemapResources(array $sitemapResources) |
|
70 | { |
||
71 | 8 | foreach ($sitemapResources as $resource) { |
|
72 | 2 | if (false === $resource instanceof SitemapResource) { |
|
73 | 2 | throw new SitemapException('Invalid resource provided for sitemap collection instantiation'); |
|
74 | } |
||
75 | } |
||
76 | 7 | } |
|
77 | } |
||
78 |