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

Commit

Permalink
Merge pull request #54 from Narno/analysis-87aB5N
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
ArnaudLigny committed Feb 20, 2016
2 parents 21ae4c6 + fcf360c commit 2d9cd17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Generator/GeneratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
interface GeneratorInterface
{
/**
* @param PageCollection $pageCollection
* @param PageCollection $pageCollection
*
* @return PageCollection
*/
Expand Down
5 changes: 3 additions & 2 deletions src/PHPoole.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function setDestDir($destDir = null)
/**
* Set options.
*
* @param Data $data
* @param Data $data
*
* @return $this
*
Expand Down Expand Up @@ -469,7 +469,8 @@ public function convertPage($page, $format = 'yaml')
*
* @see build()
*/
protected function generateVirtualPages() {
protected function generateVirtualPages()
{
$this->pageCollection = $this->generators->generate($this->pageCollection);
}

Expand Down

0 comments on commit 2d9cd17

Please sign in to comment.