Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 19, 2023
1 parent 1526b46 commit 448a4af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/Interfaces/RunnerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,11 @@

namespace Chevere\Workflow\Interfaces;

use Psr\Container\ContainerInterface;

/**
* Describes the component in charge of running the workflow.
*/
interface RunnerInterface
{
public function __construct(
RunInterface $run,
ContainerInterface $container
);

public function run(): RunInterface;

public function withRun(): self;
Expand Down
2 changes: 0 additions & 2 deletions src/Interfaces/WorkflowInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
*/
interface WorkflowInterface extends Countable
{
public function __construct(JobsInterface $jobs);

public function jobs(): JobsInterface;

/**
Expand Down

0 comments on commit 448a4af

Please sign in to comment.