Skip to content

Commit

Permalink
Replace PHP_CodeSniffer with EasyCodingStandard (#80)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yann-eugone authored Jun 5, 2023
1 parent fedd5eb commit 89621c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/DenormalizeItemProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ public function __construct(
) {
}

/**
* @inheritDoc
*/
public function process(mixed $item): mixed
{
try {
Expand Down
3 changes: 0 additions & 3 deletions src/NormalizeItemProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public function __construct(
) {
}

/**
* @inheritDoc
*/
public function process(mixed $item): mixed
{
try {
Expand Down

0 comments on commit 89621c0

Please sign in to comment.