From c2f75651ae1c9c9206a5224c021cd59ade2655ca Mon Sep 17 00:00:00 2001 From: oscarotero Date: Wed, 27 Jul 2016 09:11:46 +0200 Subject: [PATCH] code style --- src/Adapters/Snipplr.php | 1 - src/Utils.php | 2 +- tests/IdeoneTest.php | 2 +- tests/JsbinTest.php | 2 +- tests/PastieTest.php | 2 +- tests/SnipplrTest.php | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Adapters/Snipplr.php b/src/Adapters/Snipplr.php index 2011f780..ffd515eb 100644 --- a/src/Adapters/Snipplr.php +++ b/src/Adapters/Snipplr.php @@ -3,7 +3,6 @@ namespace Embed\Adapters; use Embed\Request; -use Embed\Utils; /** * Adapter to generate embed code from snipplr.com. diff --git a/src/Utils.php b/src/Utils.php index bf12f178..d734dcd2 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -339,7 +339,7 @@ public static function iframe($src, $width = 0, $height = 0, $styles = '') /** * Creates an ' + 'code' => '', ] ); } diff --git a/tests/JsbinTest.php b/tests/JsbinTest.php index d8475eec..f24401cc 100644 --- a/tests/JsbinTest.php +++ b/tests/JsbinTest.php @@ -11,7 +11,7 @@ public function testOne() 'type' => 'rich', 'providerName' => 'jsbin', 'providerUrl' => 'http://jsbin.com', - 'code' => '' + 'code' => '', ] ); } diff --git a/tests/PastieTest.php b/tests/PastieTest.php index b744b6ee..d2cc2f26 100644 --- a/tests/PastieTest.php +++ b/tests/PastieTest.php @@ -11,7 +11,7 @@ public function testOne() 'type' => 'rich', 'providerName' => 'pastie', 'providerUrl' => 'http://pastie.org', - 'code' => '' + 'code' => '', ] ); } diff --git a/tests/SnipplrTest.php b/tests/SnipplrTest.php index eef8254f..bcd37d1b 100644 --- a/tests/SnipplrTest.php +++ b/tests/SnipplrTest.php @@ -11,7 +11,7 @@ public function testOne() 'type' => 'rich', 'providerName' => 'snipplr', 'providerUrl' => 'http://snipplr.com', - 'code' => '
View this snippet on Snipplr
' + 'code' => '
View this snippet on Snipplr
', ] ); }