Merge pull request #302 from OrderTarget/master

Modifier callable docBlock fix
This commit is contained in:
Ivan Shalganov
2018-08-16 10:21:45 +03:00
committed by GitHub

View File

@@ -534,7 +534,7 @@ class Fenom
* Add modifier
*
* @param string $modifier the modifier name
* @param string $callback the modifier callback
* @param callable $callback the modifier callback
* @return Fenom
*/
public function addModifier($modifier, $callback)