Skip to content

Commit

Permalink
Merge pull request #2 from JayBizzle/analysis-8nw4Kw
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
JayBizzle committed Dec 5, 2018
2 parents 097dae9 + 4923d49 commit 47d6c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Doc.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public static function getText(string $doc, string $binPath = null, array $optio
return (new static($binPath))
->setOptions($options)
->setDoc($doc)
->text()
;
->text();
}
}
4 changes: 2 additions & 2 deletions tests/DocToTextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Jaybizzle\DocToText\Test;

use PHPUnit\Framework\TestCase;
use Jaybizzle\DocToText\Doc;
use Jaybizzle\DocToText\Exceptions\CouldNotExtractText;
use Jaybizzle\DocToText\Exceptions\DocNotFound;
use Jaybizzle\DocToText\Doc;
use PHPUnit\Framework\TestCase;

class DocToTextTest extends TestCase
{
Expand Down

0 comments on commit 47d6c64

Please sign in to comment.