Completed
Pull Request — master (#57)
by
unknown
01:14
created
src/Link.php 2 patches
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace Spatie\CalendarLinks;
4 4
 
5 5
 use DateTime;
6
-use Spatie\CalendarLinks\Generators\Ics;
7
-use Spatie\CalendarLinks\Generators\Yahoo;
6
+use Spatie\CalendarLinks\Exceptions\InvalidLink;
8 7
 use Spatie\CalendarLinks\Generators\Google;
8
+use Spatie\CalendarLinks\Generators\Ics;
9 9
 use Spatie\CalendarLinks\Generators\WebOutlook;
10
-use Spatie\CalendarLinks\Exceptions\InvalidLink;
10
+use Spatie\CalendarLinks\Generators\Yahoo;
11 11
 
12 12
 /**
13 13
  * @property-read string $title
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,6 @@
 block discarded – undo
97 97
     }
98 98
 
99 99
     /**
100
-     * @param array $emails
101 100
      *
102 101
      * @return $this
103 102
      */
Please login to merge, or discard this patch.