Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
more CS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilmar Pupo committed Jun 11, 2012
1 parent a6ca111 commit 403c677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/CamelSpider/Entity/FactorySubscription.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php

namespace CamelSpider\Entity;

Expand Down Expand Up @@ -33,4 +33,4 @@ public static function buildCollectionFromDomain(array $array)
}
return $collection;
}
}
}
3 changes: 1 addition & 2 deletions src/CamelSpider/Spider/AbstractLauncher.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* file that was distributed with this source code.
*/


namespace CamelSpider\Spider;

use CamelSpider\Entity\AbstractSpiderEgg,
Expand All @@ -24,7 +23,7 @@ class AbstractLauncher extends AbstractSpiderEgg
{
protected $name = 'launcher';

protected $indexer;
protected $indexer;

public function __construct(Indexer $indexer, $logger)
{
Expand Down

0 comments on commit 403c677

Please sign in to comment.