open-orchestra/open-orchestra-cms-bundle

View on GitHub
Workflow/Factory/TransitionFactory.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $statusFrom has undeclared type \OpenOrchestra\ModelInterface\Model\StatusInterface
Open

    public function create(StatusInterface $statusFrom, StatusInterface $statusTo)
Severity: Minor
Found in Workflow/Factory/TransitionFactory.php by phan

Return type of create() is undeclared type \OpenOrchestra\ModelInterface\Model\WorkflowTransitionInterface
Open

    public function create(StatusInterface $statusFrom, StatusInterface $statusTo)
Severity: Minor
Found in Workflow/Factory/TransitionFactory.php by phan

Parameter $statusTo has undeclared type \OpenOrchestra\ModelInterface\Model\StatusInterface
Open

    public function create(StatusInterface $statusFrom, StatusInterface $statusTo)
Severity: Minor
Found in Workflow/Factory/TransitionFactory.php by phan

There are no issues that match your filters.

Category
Status