File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ To check the status of the update, use the following code:
8282
8383The update status can have the following int values:
8484
85- > ` Updater::STARTED ` (100): Indicates that the update has started.
86- > ` Updater::UPDATED ` (200): Indicates that the update was successful.
87- > ` Updater::LATEST ` (204): Indicates that the project is already up to date.
88- > ` Updater::ERROR ` (500): Indicates that the update failed.
89- > ` Updater::BUSY ` (504): Indicates that an update process is already in progress.
85+ > ` Updater::STARTED ` (100): Indicates that the update has started.< br >
86+ > ` Updater::UPDATED ` (200): Indicates that the update was successful.< br >
87+ > ` Updater::LATEST ` (204): Indicates that the project is already up to date.< br >
88+ > ` Updater::ERROR ` (500): Indicates that the update failed.< br >
89+ > ` Updater::BUSY ` (504): Indicates that an update process is already in progress.< br >
9090
9191## Conclusion
9292
You can’t perform that action at this time.
0 commit comments