Completed
Pull Request — master (#9)
by ARCANEDEV
03:16
created
src/Entities/Url.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * Set the last modification date.
92 92
      *
93
-     * @param  string|DateTime  $lastModDate
93
+     * @param  DateTime  $lastModDate
94 94
      * @param  string           $format
95 95
      *
96 96
      * @return self
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Arcanedev\LaravelSitemap\Entities;
2 2
 
3
-use DateTime;
4 3
 use Arcanedev\LaravelSitemap\Contracts\Entities\Url as UrlContract;
4
+use DateTime;
5 5
 /**
6 6
  * Class     Url
7 7
  *
Please login to merge, or discard this patch.