StyleCI fixes

This commit is contained in:
Dane Everitt 2017-03-12 19:38:50 -04:00
parent 668dc9216a
commit 2d90187c83
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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())
));
}