| 1 | <?php |
||
| 11 | class TaskExecutionRepository extends EntityRepository |
||
| 12 | { |
||
| 13 | public function findByStartTime(TaskInterface $task, \DateTime $scheduleTime) |
||
| 28 | |||
| 29 | public function findScheduled(\DateTime $dateTime = null) |
||
| 43 | |||
| 44 | public function save(TaskExecutionInterface $execution) |
||
| 48 | |||
| 49 | public function add(TaskExecutionInterface $execution) |
||
| 54 | } |
||
| 55 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.