Skip to content

Commit 618c00c

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 489c322 commit 618c00c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ObjectWriter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ public function __construct(
3030
) {
3131
}
3232

33-
/**
34-
* @inheritDoc
35-
*/
3633
public function write(iterable $items): void
3734
{
3835
foreach ($items as $item) {

0 commit comments

Comments
 (0)