Closed tfrommen closed 12 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8564405
) 98.86% compared to head (f12590f
) 98.86%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Update docs so they no longer include deprecated functionality.
What is the current behavior? (You can also link to an open issue here)
Currently, two pieces of documentation include the deprecated usage of
Package::boot()
with one or more module instances being passed to the method.What is the new behavior (if this is a feature change)?
The documentation shows adding modules and booting the package in separate calls to
addModule()
andboot()
, respectively.Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.
Other information: