Prose\UsingReporting::reportNotRequired PHP 메소드

reportNotRequired() 공개 메소드

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