Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2020-07-28 16:54:24 +00:00
committed by StyleCI Bot
parent 075904be44
commit 01093d711c
70 changed files with 503 additions and 503 deletions
+5 -5
View File
@@ -20,11 +20,11 @@ use Illuminate\Support\Str;
/**
* App\Models\Poll.
*
* @property int $id
* @property int $user_id
* @property string $title
* @property string $slug
* @property int $multiple_choice
* @property int $id
* @property int $user_id
* @property string $title
* @property string $slug
* @property int $multiple_choice
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \Illuminate\Database\Eloquent\Collection|\App\Models\Option[] $options