Add newlines [skip ci]

This commit is contained in:
James Cole
2017-07-07 08:09:42 +02:00
parent dd508dbc49
commit 71a41bc00d
58 changed files with 94 additions and 96 deletions

View File

@@ -43,4 +43,4 @@ interface ConfigurationInterface
*/
public function storeConfiguration(array $data): bool;
}
}

View File

@@ -121,4 +121,4 @@ class Initial implements ConfigurationInterface
return true;
}
}
}

View File

@@ -265,4 +265,4 @@ class Map implements ConfigurationInterface
return $column;
}
}
}

View File

@@ -264,4 +264,4 @@ class Roles implements ConfigurationInterface
return true;
}
}
}