Skip to content

Commit 412c89d

Browse files
authoredJun 5, 2023
Replace PHP_CodeSniffer with EasyCodingStandard (#80)
* Replace PHP_CodeSniffer with EasyCodingStandard * Apply CodeStyle from ECS * Add ECS comments set * Add ECS namespaces set * Add ECS dockblock set * Add ECS array set * Fixed multiple blank lines between methods
1 parent 10f415d commit 412c89d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎src/SkipInvalidItemProcessor.php

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public function __construct(
2929
) {
3030
}
3131

32-
/**
33-
* @inheritDoc
34-
*/
3532
public function process(mixed $item): mixed
3633
{
3734
$violations = $this->validator->validate($item, $this->contraints, $this->groups);

‎src/SkipItemOnViolations.php

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ public function __construct(
2424
) {
2525
}
2626

27-
/**
28-
* @inheritdoc
29-
*/
3027
public function report(JobExecution $execution, int|string $index, mixed $item): void
3128
{
3229
$execution->getSummary()->increment('invalid');

0 commit comments

Comments
 (0)