Passed
Push — development ( 81d1fa...48fb18 )
by Thomas
02:06
created

SiteMaps::writeViewGeocacheUrls()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 26
Code Lines 13

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
eloc 13
nc 2
nop 0
dl 0
loc 26
rs 8.8571
c 0
b 0
f 0
1
<?php
2
/***************************************************************************
3
 * For license information see doc/license.txt
4
 *
5
 *  Generate sitemap.xml as specified by http://www.sitemaps.org
6
 *  And send ping to search engines
7
 ***************************************************************************/
8
9
use OcLegacy\Cronjobs\SiteMaps;
10
11
checkJob(new SiteMaps());
12