Skip to content

Commit

Permalink
Merge pull request #1 from ScriptFUSION/analysis-86VNG6
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
Bilge committed Jun 28, 2016
2 parents ca4032a + bf115b5 commit e5e60bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Porter/Connector/CachingConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
namespace ScriptFUSION\Porter\Connector;

use Psr\Cache\CacheItemPoolInterface;
use ScriptFUSION\Porter\Cache\MutableCacheState;
use ScriptFUSION\Porter\Cache\MemoryCache;
use ScriptFUSION\Porter\Cache\MutableCacheState;
use ScriptFUSION\Porter\Options\EncapsulatedOptions;

abstract class CachingConnector implements Connector, MutableCacheState
Expand Down
2 changes: 1 addition & 1 deletion src/Porter/Porter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

use ScriptFUSION\Mapper\Mapping;
use ScriptFUSION\Porter\Cache\CacheAdvice;
use ScriptFUSION\Porter\Cache\MutableCacheState;
use ScriptFUSION\Porter\Cache\CacheOperationProhibitedException;
use ScriptFUSION\Porter\Cache\MutableCacheState;
use ScriptFUSION\Porter\Collection\FilteredRecords;
use ScriptFUSION\Porter\Collection\PorterRecords;
use ScriptFUSION\Porter\Collection\ProviderRecords;
Expand Down
2 changes: 1 addition & 1 deletion src/Porter/Provider/Provider.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
namespace ScriptFUSION\Porter\Provider;

use ScriptFUSION\Porter\Cache\MutableCacheState;
use ScriptFUSION\Porter\Cache\CacheOperationProhibitedException;
use ScriptFUSION\Porter\Cache\MutableCacheState;
use ScriptFUSION\Porter\Connector\Connector;

abstract class Provider implements MutableCacheState
Expand Down
2 changes: 0 additions & 2 deletions src/Porter/Provider/ProviderFactory.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
namespace ScriptFUSION\Porter\Provider;

use ScriptFUSION\Porter\Provider\ObjectNotCreatedException;

class ProviderFactory
{
public function createProvider($name)
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Porter/ImportSpecificationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

use ScriptFUSION\Mapper\Mapping;
use ScriptFUSION\Porter\Cache\CacheAdvice;
use ScriptFUSION\Porter\Specification\ObjectFinalizedException;
use ScriptFUSION\Porter\Provider\ProviderDataFetcher;
use ScriptFUSION\Porter\Specification\ImportSpecification;
use ScriptFUSION\Porter\Specification\ObjectFinalizedException;

final class ImportSpecificationTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit e5e60bc

Please sign in to comment.