Skip to content

Commit

Permalink
coding standards fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgan committed Oct 6, 2016
1 parent 91f97d6 commit 69c6d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Model/Component/Pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ public function __construct(
PageRepositoryInterface $pageRepository,
PageInterfaceFactory $pageFactory,
Component $componentHelper
)
{
) {
$this->pageFactory = $pageFactory;
$this->pageRepository = $pageRepository;
$this->componentHelper = $componentHelper;
Expand Down
5 changes: 3 additions & 2 deletions Test/Unit/Component/PagesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ protected function componentSetUp()
$this->objectManager,
$pageRepository,
$pageFactory,
$componentHelper);
$componentHelper
);

$this->className = Pages::class;
}
}
}

0 comments on commit 69c6d5d

Please sign in to comment.