Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13 from AltThree/analysis-X0NlLz
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
GrahamCampbell committed Jan 15, 2016
2 parents 630db6a + d1aa3f9 commit 2864e3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/EmojiExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(EmojiParser $parser)
}

/**
* Returns a list of inline parsers to add to the existing list
* Returns a list of inline parsers to add to the existing list.
*
* @return \League\CommonMark\Inline\Parser\InlineParserInterface[]
*/
Expand Down
3 changes: 0 additions & 3 deletions src/EmojiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@

namespace AltThree\Emoji;

use Exception;
use GuzzleHttp\Client;
use Illuminate\Contracts\Debug\ExceptionHandler;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Foundation\Application as LaravelApplication;
use Illuminate\Support\ServiceProvider;
use Laravel\Lumen\Application as LumenApplication;
use League\CommonMark\Environment;

/**
* This is the emoji service provider class.
Expand Down

0 comments on commit 2864e3d

Please sign in to comment.