Page MenuHomePhorge

Fix non-existing log method in HarbormasterManagementRestartWorkflow
Needs ReviewPublic

Authored by aklapper on Jul 24 2024, 16:36.

Details

Reviewers
None
Group Reviewers
O1: Blessed Committers
Summary

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.

Test Plan

Run static code analysis which complains about Call to an undefined method HarbormasterManagementRestartWorkflow::logSkip(); read the code.

Diff Detail

Repository
rP Phorge
Branch
logSkip
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1452
Build 1452: arc lint + arc unit