Skip to content

Commit aeb1b25

Browse files
committed
fix styleci for property in Attribute model
1 parent 343b3ee commit aeb1b25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Attribute.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Illuminate\Database\Eloquent\Model;
66

77
/**
8-
* @property string $title
9-
* @property string $value
10-
* @property string $attributable
8+
* @property string $title
9+
* @property string $value
10+
* @property string $attributable
1111
* @property string|int $attributable_id
1212
*/
1313
class Attribute extends Model

0 commit comments

Comments
 (0)