Skip to content

Commit 89621c0

Browse files
authored
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 fedd5eb commit 89621c0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/DenormalizeItemProcessor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ public function __construct(
2626
) {
2727
}
2828

29-
/**
30-
* @inheritDoc
31-
*/
3229
public function process(mixed $item): mixed
3330
{
3431
try {

src/NormalizeItemProcessor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public function __construct(
2525
) {
2626
}
2727

28-
/**
29-
* @inheritDoc
30-
*/
3128
public function process(mixed $item): mixed
3229
{
3330
try {

0 commit comments

Comments
 (0)