summaryrefslogtreecommitdiff
path: root/test/ReadabilityTest.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-01 17:17:19 +0000
committerStyleCI Bot <[email protected]>2017-12-01 17:17:19 +0000
commit995d6fb8045bbbebfe8578f86431aa522985ee6e (patch)
tree1f78f7ad34992c4502f0e9153aced92ac4b1ae76 /test/ReadabilityTest.php
parent35f81ed82beffcacbaa3e2937e90a8cf30b4f9ec (diff)
Apply fixes from StyleCI
Diffstat (limited to 'test/ReadabilityTest.php')
-rw-r--r--test/ReadabilityTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index a577b3d..9d29ba5 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -2,7 +2,6 @@
namespace andreskrey\Readability\Test;
-
use andreskrey\Readability\Configuration;
use andreskrey\Readability\Readability;
@@ -24,7 +23,7 @@ class ReadabilityTest extends \PHPUnit_Framework_TestCase
$configuration = new Configuration();
- foreach($options as $key => $value){
+ foreach ($options as $key => $value) {
$name = 'set' . $key;
$configuration->$name($value);
}
@@ -50,7 +49,7 @@ class ReadabilityTest extends \PHPUnit_Framework_TestCase
}
$configuration = new Configuration();
- foreach($options as $key => $value){
+ foreach ($options as $key => $value) {
$name = 'set' . $key;
$configuration->$name($value);
}