Skip to content

Commit

Permalink
Merge pull request #2 from spatie/analysis-zGxKjA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
freekmurze authored Sep 17, 2017
2 parents 1364971 + d85a616 commit 22cfff6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Generators/GoogleGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Spatie\CalendarLinks\Generators;

use Spatie\CalendarLinks\Generator;
use Spatie\CalendarLinks\Link;
use Spatie\CalendarLinks\Generator;

class GoogleGenerator implements Generator
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<?php return 'https://calendar.google.com/calendar/render?action=TEMPLATE&text=Birthday&dates=20180201T090000/20180201T180000&sprop=&sprop=name:';
<?php

return 'https://calendar.google.com/calendar/render?action=TEMPLATE&text=Birthday&dates=20180201T090000/20180201T180000&sprop=&sprop=name:';
2 changes: 1 addition & 1 deletion tests/LinkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Spatie\CalendarLinks\Test;

use DateTime;
use Spatie\CalendarLinks\Exceptions\InvalidLink;
use Spatie\CalendarLinks\Link;
use Spatie\CalendarLinks\Exceptions\InvalidLink;

class LinkTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Spatie\CalendarLinks\Test;

use DateTime;
use PHPUnit\Framework\TestCase as BaseTestCase;
use Spatie\CalendarLinks\Link;
use Spatie\Snapshots\MatchesSnapshots;
use PHPUnit\Framework\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
Expand Down

0 comments on commit 22cfff6

Please sign in to comment.