Apply fixes from StyleCI (#351)

This commit is contained in:
Dane Everitt 2017-03-15 20:53:49 -04:00 committed by GitHub
parent 1c47b2ed55
commit 436ba814a9
2 changed files with 7 additions and 8 deletions

View file

@ -43,10 +43,10 @@ class ServiceVariable extends Model
protected $guarded = ['id', 'created_at', 'updated_at'];
/**
* Cast values to correct type.
*
* @var array
*/
* Cast values to correct type.
*
* @var array
*/
protected $casts = [
'option_id' => 'integer',
'user_viewable' => 'integer',