Completed
Pull Request — master (#29)
by Mathew
02:13
created
src/Urlset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $XMLWriter->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
39 39
 
40 40
         $XMLWriter->writeAttribute('xsi:schemaLocation',
41
-            'http://www.sitemaps.org/schemas/sitemap/0.9 ' .
41
+            'http://www.sitemaps.org/schemas/sitemap/0.9 '.
42 42
             'http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd');
43 43
 
44 44
         $XMLWriter->writeAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9');
Please login to merge, or discard this patch.
src/Subelements/Video.php 1 patch
Doc Comments   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @return mixed
151
+     * @return string
152 152
      */
153 153
     public function getPlayerLoc()
154 154
     {
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     }
202 202
 
203 203
     /**
204
-     * @return mixed
204
+     * @return string
205 205
      */
206 206
     public function getThumbnailLoc()
207 207
     {
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     }
210 210
 
211 211
     /**
212
-     * @return mixed
212
+     * @return string
213 213
      */
214 214
     public function getTitle()
215 215
     {
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     }
218 218
 
219 219
     /**
220
-     * @return mixed
220
+     * @return string
221 221
      */
222 222
     public function getDescription()
223 223
     {
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
     }
238 238
 
239 239
     /**
240
-     * @return mixed
240
+     * @return string
241 241
      */
242 242
     public function getContentLoc()
243 243
     {
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
     }
258 258
 
259 259
     /**
260
-     * @return mixed
260
+     * @return integer
261 261
      */
262 262
     public function getDuration()
263 263
     {
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
     }
278 278
 
279 279
     /**
280
-     * @return mixed
280
+     * @return string
281 281
      */
282 282
     public function getExpirationDate()
283 283
     {
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
     }
298 298
 
299 299
     /**
300
-     * @return mixed
300
+     * @return string
301 301
      */
302 302
     public function getRating()
303 303
     {
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
     }
318 318
 
319 319
     /**
320
-     * @return mixed
320
+     * @return string
321 321
      */
322 322
     public function getViewCount()
323 323
     {
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
     }
338 338
 
339 339
     /**
340
-     * @return mixed
340
+     * @return string
341 341
      */
342 342
     public function getPublicationDate()
343 343
     {
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     }
358 358
 
359 359
     /**
360
-     * @return mixed
360
+     * @return string
361 361
      */
362 362
     public function getFamilyFriendly()
363 363
     {
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
     }
398 398
 
399 399
     /**
400
-     * @return mixed
400
+     * @return string
401 401
      */
402 402
     public function getCategory()
403 403
     {
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
     }
418 418
 
419 419
     /**
420
-     * @return mixed
420
+     * @return string
421 421
      */
422 422
     public function getRestriction()
423 423
     {
@@ -437,7 +437,7 @@  discard block
 block discarded – undo
437 437
     }
438 438
 
439 439
     /**
440
-     * @return mixed
440
+     * @return string
441 441
      */
442 442
     public function getGalleryLoc()
443 443
     {
@@ -457,7 +457,7 @@  discard block
 block discarded – undo
457 457
     }
458 458
 
459 459
     /**
460
-     * @return mixed
460
+     * @return string
461 461
      */
462 462
     public function getPrice()
463 463
     {
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
     }
478 478
 
479 479
     /**
480
-     * @return mixed
480
+     * @return boolean
481 481
      */
482 482
     public function getRequiresSubscription()
483 483
     {
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
     }
498 498
 
499 499
     /**
500
-     * @return mixed
500
+     * @return string
501 501
      */
502 502
     public function getUploader()
503 503
     {
@@ -517,7 +517,7 @@  discard block
 block discarded – undo
517 517
     }
518 518
 
519 519
     /**
520
-     * @return mixed
520
+     * @return string
521 521
      */
522 522
     public function getPlatform()
523 523
     {
@@ -537,7 +537,7 @@  discard block
 block discarded – undo
537 537
     }
538 538
 
539 539
     /**
540
-     * @return mixed
540
+     * @return boolean
541 541
      */
542 542
     public function getLive()
543 543
     {
Please login to merge, or discard this patch.
src/SitemapIndex.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $XMLWriter->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
39 39
 
40 40
         $XMLWriter->writeAttribute('xsi:schemaLocation',
41
-            'http://www.sitemaps.org/schemas/sitemap/0.9 ' .
41
+            'http://www.sitemaps.org/schemas/sitemap/0.9 '.
42 42
             'http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd');
43 43
 
44 44
         $XMLWriter->writeAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9');
Please login to merge, or discard this patch.