Skip to content

Commit 3bc1480

Browse files
committed
Aligned dev dependencies (rector and php-cs-fixer)
1 parent 29aac4a commit 3bc1480

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"phpstan/phpstan": "^1.10",
24-
"friendsofphp/php-cs-fixer": "^3.0",
24+
"friendsofphp/php-cs-fixer": "^3.38",
2525
"rector/rector": "^0.15"
2626
},
2727
"autoload": {

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/SchedulingInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
namespace Kiboko\Contract\Pipeline;
66

7+
use Kiboko\Contract\Satellite\CodeInterface;
78
use Kiboko\Contract\Satellite\RunnableInterface;
89

910
interface SchedulingInterface
1011
{
11-
public function job(JobCodeInterface $job, RunnableInterface $runnable): self;
12+
public function job(CodeInterface $job, RunnableInterface $runnable): self;
1213
}

0 commit comments

Comments
 (0)