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 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Helper/FlashMessenger.php
Expand Up @@ -56,6 +56,7 @@ class FlashMessenger extends AbstractTranslatorHelper implements ServiceLocatorA
/**
* Returns the flash messenger plugin controller
*
* @param string|null $namespace
* @return FlashMessenger|PluginFlashMessenger
*/
public function __invoke($namespace = null)
Expand Down Expand Up @@ -237,6 +238,7 @@ public function getPluginFlashMessenger()
/**
* Set the flash messenger plugin
*
* @param PluginFlashMessenger $pluginFlashMessenger
* @return FlashMessenger
*/
public function setPluginFlashMessenger(PluginFlashMessenger $pluginFlashMessenger)
Expand Down
1 change: 1 addition & 0 deletions src/Helper/Placeholder/Container/AbstractStandalone.php
Expand Up @@ -99,6 +99,7 @@ public function setEscaper(Escaper $escaper)
*
* Lazy-loads one if none available
*
* @param string|null $enc Encoding to use
* @return mixed
*/
public function getEscaper($enc = 'UTF-8')
Expand Down

0 comments on commit 8092a66

Please sign in to comment.