Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP6861af0cbb0b: When the push phase of "Land Revision" fails, show the error in the UI
tested on my dev instance
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This looks great, thanks! One minor typo inline.
src/applications/drydock/view/DrydockRepositoryOperationStatusView.php | ||
---|---|---|
89 |
So maybe something like this, overall:
|
src/applications/drydock/DrydockCommandError/DrydockCommandError.php | ||
---|---|---|
3 | Hm, I'm surprised that the linter did not complain about this... This class should be marked ad final and should extend from Phobject. | |
src/applications/drydock/operation/DrydockLandRepositoryOperation.php | ||
132 | It would be better to move this to a variable to avoid code duplication. | |
133 | Wrong indentation. |