Open nguyenk opened 9 years ago
Currently, mouf makes no distinction between integer and string types parameters. For instance :
/** * @param int $value */ public function __construct($value){ $this->value = $value; }
The instance will have a string injected. Same problem occures whith interger / number.
Currently, mouf makes no distinction between integer and string types parameters. For instance :
The instance will have a string injected. Same problem occures whith interger / number.