Added typing in assign() method comment to prevent PhpStorm warning
This commit is contained in:
@@ -62,8 +62,8 @@ interface ParserInterface
|
|||||||
/**
|
/**
|
||||||
* Create a variable that will be available in the templates
|
* Create a variable that will be available in the templates
|
||||||
*
|
*
|
||||||
* @param $variable the vatiable name
|
* @param string $variable the variable name
|
||||||
* @param $value the value of the variable
|
* @param mixed $value the value of the variable
|
||||||
*/
|
*/
|
||||||
public function assign($variable, $value);
|
public function assign($variable, $value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user