Corrected return type in \RTEX\Interfaces > InstructionInterface
This commit is contained in:
parent
671958063c
commit
6b45b56b1b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
* Evaluates the instruction and returns the result of the evaluation
|
||||
*
|
||||
* @param Engine $engine
|
||||
* @return mixed
|
||||
* @return mixed|void
|
||||
*/
|
||||
public function eval(Engine $engine);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue