@@ -2,13 +2,13 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\CalDAV; |
| 4 | 4 | |
| 5 | +use DateTime; |
|
| 5 | 6 | use DateTimeZone; |
| 6 | 7 | use Sabre\DAV; |
| 7 | -use Sabre\VObject; |
|
| 8 | +use Sabre\DAV\Exception\BadRequest; |
|
| 8 | 9 | use Sabre\HTTP\RequestInterface; |
| 9 | 10 | use Sabre\HTTP\ResponseInterface; |
| 10 | -use Sabre\DAV\Exception\BadRequest; |
|
| 11 | -use DateTime; |
|
| 11 | +use Sabre\VObject; |
|
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * ICS Exporter |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\Event; |
| 4 | 4 | |
| 5 | -use Generator; |
|
| 6 | 5 | use Exception; |
| 6 | +use Generator; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * Turn asynchronous promise-based code into something that looks synchronous |
@@ -2,8 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\VObject; |
| 4 | 4 | |
| 5 | -use |
|
| 6 | - InvalidArgumentException; |
|
| 5 | +use InvalidArgumentException; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * This is the CLI interface for sabre-vobject. |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\VObject; |
| 4 | 4 | |
| 5 | -use Sabre\Xml; |
|
| 6 | 5 | use ArrayIterator; |
| 6 | +use Sabre\Xml; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * VObject Parameter. |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\VObject\Parser; |
| 4 | 4 | |
| 5 | -use Sabre\VObject\ParseException; |
|
| 6 | -use Sabre\VObject\EofException; |
|
| 7 | 5 | use Sabre\VObject\Component; |
| 8 | 6 | use Sabre\VObject\Component\VCalendar; |
| 9 | 7 | use Sabre\VObject\Component\VCard; |
| 10 | 8 | use Sabre\VObject\Document; |
| 9 | +use Sabre\VObject\EofException; |
|
| 10 | +use Sabre\VObject\ParseException; |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * MimeDir parser. |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\VObject\Recur; |
| 4 | 4 | |
| 5 | -use DateTimeInterface; |
|
| 6 | 5 | use DateTimeImmutable; |
| 6 | +use DateTimeInterface; |
|
| 7 | 7 | use Iterator; |
| 8 | 8 | use Sabre\VObject\DateTimeParser; |
| 9 | 9 | use Sabre\VObject\InvalidDataException; |
@@ -2,8 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\VObject\Property\VCard; |
| 4 | 4 | |
| 5 | -use |
|
| 6 | - Sabre\VObject\Property; |
|
| 5 | +use Sabre\VObject\Property; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * LanguageTag property. |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sabre\VObject\Property; |
| 4 | 4 | |
| 5 | -use Sabre\VObject\Property; |
|
| 6 | 5 | use Sabre\VObject\Parameter; |
| 6 | +use Sabre\VObject\Property; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * URI property. |