Included commits: 1.3.1...1.3.2
Fixes
- Add
inttype declaration toProcessConsole::$exitCodeto match the typed property in the parentConsoleclass, introduced inspryker/kernel ^3.80.0 - Add
: boolreturn type toProcessConsole::hasError()to match the typed return in the parentConsoleclass, introduced inspryker/kernel ^3.80.0 - Bump minimum PHP requirement from
>=7.3to>=7.4since typed properties require PHP 7.4+