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

Commit

Permalink
Merge 6d92e7c into 4c66c20
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Aug 30, 2016
2 parents 4c66c20 + 6d92e7c commit 1b26b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PHPoole.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class PHPoole
* PHPoole constructor.
*
* @param Config|array|null $config
* @param \Closure|null $messageCallback
* @param \Closure|null $messageCallback
*/
public function __construct($config = null, \Closure $messageCallback = null)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/RendererInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface RendererInterface
* Constructor.
*
* @param string|array $templatesPath
* @param Config $config
* @param Config $config
*/
public function __construct($templatesPath, $config);

Expand Down

0 comments on commit 1b26b9d

Please sign in to comment.