The WP_CLI::error() method is marked as an early terminating method, but it doesn't terminate if the $exit parameter is set to false.
Its entry in the earlyTerminatingMethodCalls config should be removed and replaced with something else that's conditional, but I'm not sure what.
The
WP_CLI::error()method is marked as an early terminating method, but it doesn't terminate if the$exitparameter is set tofalse.Its entry in the
earlyTerminatingMethodCallsconfig should be removed and replaced with something else that's conditional, but I'm not sure what.