diff --git a/src/RTEX/Interfaces/InstructionInterface.php b/src/RTEX/Interfaces/InstructionInterface.php index 26f4b1e..d292bac 100644 --- a/src/RTEX/Interfaces/InstructionInterface.php +++ b/src/RTEX/Interfaces/InstructionInterface.php @@ -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);