Remove trailing newlines before the end of class definitions
This commit is contained in:
@ -10,7 +10,6 @@ declare(strict_types = 1);
|
||||
* Generic class for value sets.
|
||||
*/
|
||||
class MDValueSet {
|
||||
|
||||
/**
|
||||
* Gets an unsorted array based on provided keys and their translations.
|
||||
*
|
||||
@ -50,5 +49,4 @@ class MDValueSet {
|
||||
return $output;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user