barracudanetworks/jobrunner

View on GitHub
src/JobInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function setLastFinishRunTime($lastRunTime);
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing function doc comment
Open

    public function getLastStartRunTime();
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing file doc comment
Open


Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing function doc comment
Open

    public function getLogger();
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing function doc comment
Open

    public function start();
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing function doc comment
Open

    public function setLastStartRunTime($lastRunTime);
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing function doc comment
Open

    public function getName();
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing function doc comment
Open

    public function getLastFinishRunTime();
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

Missing function doc comment
Open

    public function getShortName();
Severity: Minor
Found in src/JobInterface.php by phpcodesniffer

There are no issues that match your filters.

Category
Status