barracudanetworks/jobrunner

View on GitHub
src/ForkingJobInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function setItemCount($itemCount);
Severity: Minor
Found in src/ForkingJobInterface.php by phpcodesniffer

Missing file doc comment
Open


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

Missing function doc comment
Open

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

Missing function doc comment
Open

    public function setNumChildren($numChildren);
Severity: Minor
Found in src/ForkingJobInterface.php by phpcodesniffer

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 getNumChildren();
Severity: Minor
Found in src/ForkingJobInterface.php by phpcodesniffer

Missing function doc comment
Open

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

There are no issues that match your filters.

Category
Status