Skip to content

Commit

Permalink
Use renamed class casing
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jan 25, 2019
1 parent 471f98a commit e909e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CosyComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use violinist\ProjectData\ProjectData;
use Violinist\ProjectData\ProjectData;
use Violinist\Slug\Slug;
use Wa72\SimpleLogger\ArrayLogger;
use function peterpostmann\uri\parse_uri;
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/PublicGithubWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Http\Message\Cookie;
use Http\Message\CookieJar;
use Http\Message\MessageFactory;
use violinist\ProjectData\ProjectData;
use Violinist\ProjectData\ProjectData;

class PublicGithubWrapper extends Github
{
Expand Down
2 changes: 1 addition & 1 deletion test/GetCosyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use eiriksm\ArrayOutput\ArrayOutput;
use eiriksm\CosyComposer\CommandExecuter;
use eiriksm\CosyComposer\CosyComposer;
use violinist\ProjectData\ProjectData;
use Violinist\ProjectData\ProjectData;
use Violinist\SymfonyCloudSecurityChecker\SecurityChecker;

trait GetCosyTrait
Expand Down

0 comments on commit e909e61

Please sign in to comment.