Skip to content

Commit c2f7565

Browse files
committed
code style
1 parent 17b5650 commit c2f7565

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

src/Adapters/Snipplr.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Embed\Adapters;
44

55
use Embed\Request;
6-
use Embed\Utils;
76

87
/**
98
* Adapter to generate embed code from snipplr.com.

src/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public static function iframe($src, $width = 0, $height = 0, $styles = '')
339339
/**
340340
* Creates an <script> element.
341341
*
342-
* @param string $src The src attribute
342+
* @param string $src The src attribute
343343
*
344344
* @return string
345345
*/

tests/IdeoneTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOne()
1111
'type' => 'rich',
1212
'providerName' => 'Ideone.com',
1313
'providerUrl' => 'http://ideone.com',
14-
'code' => '<script src="http://ideone.com/e.js/Whjntg"></script>'
14+
'code' => '<script src="http://ideone.com/e.js/Whjntg"></script>',
1515
]
1616
);
1717
}

tests/JsbinTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOne()
1111
'type' => 'rich',
1212
'providerName' => 'jsbin',
1313
'providerUrl' => 'http://jsbin.com',
14-
'code' => '<iframe src="http://jsbin.com/vonesu/10/embed" width="640" height="480" frameborder="0"></iframe>'
14+
'code' => '<iframe src="http://jsbin.com/vonesu/10/embed" width="640" height="480" frameborder="0"></iframe>',
1515
]
1616
);
1717
}

tests/PastieTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOne()
1111
'type' => 'rich',
1212
'providerName' => 'pastie',
1313
'providerUrl' => 'http://pastie.org',
14-
'code' => '<script src="http://pastie.org/10916298.js"></script>'
14+
'code' => '<script src="http://pastie.org/10916298.js"></script>',
1515
]
1616
);
1717
}

tests/SnipplrTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOne()
1111
'type' => 'rich',
1212
'providerName' => 'snipplr',
1313
'providerUrl' => 'http://snipplr.com',
14-
'code' => '<div id="snipplr_embed_72914" class="snipplr_embed"><a target_"blank" href="http://snipplr.com/view/72914">View this snippet</a> on Snipplr</div><script type="text/javascript" src="http://snipplr.com/js/embed.js"></script><script type="text/javascript" src="http://snipplr.com/json/72914"></script>'
14+
'code' => '<div id="snipplr_embed_72914" class="snipplr_embed"><a target_"blank" href="http://snipplr.com/view/72914">View this snippet</a> on Snipplr</div><script type="text/javascript" src="http://snipplr.com/js/embed.js"></script><script type="text/javascript" src="http://snipplr.com/json/72914"></script>',
1515
]
1616
);
1717
}

0 commit comments

Comments
 (0)