Completed
Pull Request — master (#9)
by ARCANEDEV
03:59
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,8 +1,8 @@
 block discarded – undo
1 1
 <?php namespace Arcanedev\LaravelSitemap\Entities;
2 2
 
3
+use Arcanedev\LaravelSitemap\Contracts\Entities\Url as UrlContract;
3 4
 use ArrayAccess;
4 5
 use DateTime;
5
-use Arcanedev\LaravelSitemap\Contracts\Entities\Url as UrlContract;
6 6
 use Illuminate\Support\Str;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.