Skip to content

Commit 553ec9b

Browse files
committed
Remove last implementation of TransformInterface::order().
1 parent b06d4b8 commit 553ec9b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Plugin/LocalGovImporter/Transform/Linebreaks.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,4 @@ public function transformContent(string $content): string {
2222
return trim(str_replace("\t\n", ' ', $content));
2323
}
2424

25-
/**
26-
* {@inheritDoc}
27-
*/
28-
public function order(): int {
29-
return 30;
30-
}
31-
3225
}

0 commit comments

Comments
 (0)