Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
CS fixes per php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 4, 2016
1 parent d9f704f commit 330a256
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/Compress/TarTest.php
Expand Up @@ -9,7 +9,6 @@

namespace ZendTest\Filter\Compress;

use Archive_Tar;
use Zend\Filter\Compress\Tar as TarCompression;

/**
Expand Down
1 change: 0 additions & 1 deletion test/InflectorTest.php
Expand Up @@ -161,7 +161,6 @@ public function testSetStaticRuleReferenceAllowsUpdatingRuleByReference()

public function testAddRulesCreatesAppropriateRuleEntries()
{

$rules = $this->inflector->getRules();
$this->assertEquals(0, count($rules));
$this->inflector->addRules([
Expand Down

0 comments on commit 330a256

Please sign in to comment.