Corrected return type in \RTEX\Interfaces > InstructionInterface

This commit is contained in:
Netkas 2022-12-30 03:02:58 -05:00
parent 671958063c
commit 6b45b56b1b

View file

@ -34,7 +34,7 @@
* Evaluates the instruction and returns the result of the evaluation * Evaluates the instruction and returns the result of the evaluation
* *
* @param Engine $engine * @param Engine $engine
* @return mixed * @return mixed|void
*/ */
public function eval(Engine $engine); public function eval(Engine $engine);