Modifier callable docBlock fix

This commit is contained in:
OrderTarget 2018-07-20 15:31:17 +03:00 committed by GitHub
parent 5b46e54133
commit e4e9b2e73c
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
*
* @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)