StyleCI fixes

This commit is contained in:
Dane Everitt
2017-03-12 19:38:50 -04:00
parent 668dc9216a
commit 2d90187c83
3 changed files with 7 additions and 9 deletions

View File

@@ -643,7 +643,7 @@ class ServerRepository
if ($validator->fails()) {
throw new DisplayValidationException(json_encode(
collect([
'notice' => ['There was a validation error with the `' . $variable->name . '` variable.']
'notice' => ['There was a validation error with the `' . $variable->name . '` variable.'],
])->merge($validator->errors()->toArray())
));
}