In HarbormasterManagementRestartWorkflow, logSkip() is called. A method with such a name has never existed in PhabricatorManagementWorkflow. Given the five available log*() methods, replace the call with logInfo() which seems most appropriate.
Details
Details
- Reviewers
valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Commits
- rP38e359cb13cf: Fix non-existing log method in HarbormasterManagementRestartWorkflow
Run static code analysis which complains about Call to an undefined method HarbormasterManagementRestartWorkflow::logSkip(); read the code.
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Lint
Lint Not Applicable - Unit
Tests Not Applicable