barracudanetworks/jobrunner

View on GitHub

Showing 63 of 63 total issues

Missing class doc comment
Open

class JobRunner
Severity: Minor
Found in src/JobRunner.php by phpcodesniffer

Expected 1 spaces after parameter name; 10 found
Open

     * @param string         $class          The job to check.
Severity: Minor
Found in src/JobRunner.php by phpcodesniffer

Missing file doc comment
Open

namespace Barracuda\JobRunner\Examples;

Missing function doc comment
Open

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

Missing function doc comment
Open

    public function __construct(LoggerInterface $logger = null)
Severity: Minor
Found in examples/Complainer.php by phpcodesniffer

Missing function doc comment
Open

    public function createWork()

Missing @return tag in function comment
Open

     */
Severity: Minor
Found in src/JobDefinition.php by phpcodesniffer

Missing parameter comment
Open

     * @param int $interval
Severity: Minor
Found in src/JobDefinition.php by phpcodesniffer

Missing @return tag in function comment
Open

     */
Severity: Minor
Found in src/JobDefinition.php by phpcodesniffer

Missing @return tag in function comment
Open

     */
Severity: Minor
Found in src/JobDefinition.php by phpcodesniffer

Missing @return tag in function comment
Open

     */
Severity: Minor
Found in src/JobDefinition.php by phpcodesniffer

Expected 1 spaces after parameter type; 2 found
Open

     * @param JobDefinition  $definition Job definition (e.g. interval).
Severity: Minor
Found in src/JobRunner.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 __construct(LoggerInterface $logger = null)

There must be one blank line after the namespace declaration
Open

namespace Barracuda\JobRunner;
Severity: Minor
Found in src/ForkingJobInterface.php by phpcodesniffer

Missing function doc comment
Open

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

Expected 1 spaces after parameter type; 8 found
Open

     * @param string        $class          The job that finished.
Severity: Minor
Found in src/JobRunner.php by phpcodesniffer

Missing class doc comment
Open

class ForkingComplimenter extends ForkingJob

Missing file doc comment
Open


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

Missing function doc comment
Open

    public function getNumChildren();
Severity: Minor
Found in src/ForkingJobInterface.php by phpcodesniffer
Severity
Category
Status
Source
Language