You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the model:prune command easier to extend (#43919)
* Split up model pruning to a separate method
This improves the experience when extending/overwriting the prune command.
* Make typehinting less strict on the prune command
The `getDefaultPath()` method can also give back a list of paths for it to still work. This commit will reflect that in the PHPDocs of the method.
* Fix codestyle
0 commit comments