Prose\UsingReporting::reportNotRequired PHP Method

reportNotRequired() public method

public reportNotRequired ( )
    public function reportNotRequired()
    {
        // what are we doing?
        $log = usingLog()->startAction("this phase is not required by this story");
        // all done
        $log->endAction();
    }