Revert setEngine()

pull/623/head
Joan Miquel 1 week ago committed by GitHub
parent ca7b5b47b9
commit 78e3a5ed6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,8 +132,8 @@ class Flight
*
* @param Engine $engine Vroom vroom!
*/
public static function setEngine(Engine $engine): Engine
public static function setEngine(Engine $engine): void
{
return self::$engine = $engine;
self::$engine = $engine;
}
}

Loading…
Cancel
Save