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

Commit

Permalink
Merge branch 'develop' of https://github.com/Narno/PHPoole-library in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
ArnaudLigny committed Feb 20, 2016
2 parents 3aa98be + 496708c commit 5ec7efd
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 @@ -260,7 +260,7 @@ public function setDestDir($destDir = null)
/**
* Set options.
*
* @param Data $data
* @param Data $data
*
* @return $this
*
Expand Down Expand Up @@ -468,7 +468,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 5ec7efd

Please sign in to comment.