Loading core/modules/workflows/src/State.php +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class State implements StateInterface { /** * The workflow the state is attached to. * * @var \Drupal\workflows\WorkflowInterface * @var \Drupal\workflows\WorkflowTypeInterface */ protected $workflow; Loading Loading @@ -38,7 +38,7 @@ class State implements StateInterface { /** * State constructor. * * @param \Drupal\workflows\WorkflowInterface $workflow * @param \Drupal\workflows\WorkflowTypeInterface $workflow * The workflow the state is attached to. * @param string $id * The state's ID. Loading core/modules/workflows/src/Transition.php +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class Transition implements TransitionInterface { /** * The workflow that this transition is attached to. * * @var \Drupal\workflows\WorkflowInterface * @var \Drupal\workflows\WorkflowTypeInterface */ protected $workflow; Loading Loading @@ -52,7 +52,7 @@ class Transition implements TransitionInterface { /** * Transition constructor. * * @param \Drupal\workflows\WorkflowInterface $workflow * @param \Drupal\workflows\WorkflowTypeInterface $workflow * The workflow the state is attached to. * @param string $id * The transition's ID. Loading Loading
core/modules/workflows/src/State.php +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class State implements StateInterface { /** * The workflow the state is attached to. * * @var \Drupal\workflows\WorkflowInterface * @var \Drupal\workflows\WorkflowTypeInterface */ protected $workflow; Loading Loading @@ -38,7 +38,7 @@ class State implements StateInterface { /** * State constructor. * * @param \Drupal\workflows\WorkflowInterface $workflow * @param \Drupal\workflows\WorkflowTypeInterface $workflow * The workflow the state is attached to. * @param string $id * The state's ID. Loading
core/modules/workflows/src/Transition.php +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class Transition implements TransitionInterface { /** * The workflow that this transition is attached to. * * @var \Drupal\workflows\WorkflowInterface * @var \Drupal\workflows\WorkflowTypeInterface */ protected $workflow; Loading Loading @@ -52,7 +52,7 @@ class Transition implements TransitionInterface { /** * Transition constructor. * * @param \Drupal\workflows\WorkflowInterface $workflow * @param \Drupal\workflows\WorkflowTypeInterface $workflow * The workflow the state is attached to. * @param string $id * The transition's ID. Loading