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
commit fc188a5822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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