Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Helper/FlashMessenger.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class FlashMessenger extends AbstractTranslatorHelper implements ServiceLocatorA
/**
* Returns the flash messenger plugin controller
*
* @return FlashMessenger|FlashMessenger\Controller\Plugin\FlashMessenger
* @return FlashMessenger|PluginFlashMessenger
*/
public function __invoke($namespace = null)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/JsonRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setMergeUnnamedChildren($mergeUnnamedChildren)
* Set the JSONP callback function name
*
* @param string $callback
* @return JsonpModel
* @return JsonRenderer
*/
public function setJsonpCallback($callback)
{
Expand Down

0 comments on commit cf5e88b

Please sign in to comment.