Skip to content

Commit 713a885

Browse files
committed
clean phpdoc
1 parent 26625e9 commit 713a885

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

src/Concerns/InteractWithFiles.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
use Illuminate\Support\Str;
2020

2121
/**
22+
* @property ?MediaType $type
2223
* @property ?string $disk
2324
* @property ?string $path
2425
* @property ?string $extension
2526
* @property ?string $name
2627
* @property ?string $file_name
2728
* @property ?string $mime_type
28-
* @property ?int $size
29+
* @property ?int $size in octets
2930
* @property ?int $height
3031
* @property ?int $width
3132
* @property ?float $aspect_ratio
32-
* @property ?float $duration
33-
* @property ?MediaType $type
33+
* @property ?float $duration in Ms
3434
*
3535
* @mixin Model
3636
*/

src/Models/Media.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,8 @@
3737
* @property string $uuid
3838
* @property string $collection_name
3939
* @property ?string $collection_group
40-
* @property ?MediaType $type
41-
* @property ?string $disk
42-
* @property ?string $path
43-
* @property ?string $name
44-
* @property ?string $file_name
45-
* @property ?string $mime_type
46-
* @property ?string $extension
47-
* @property ?int $width
48-
* @property ?int $height
49-
* @property ?float $aspect_ratio
5040
* @property ?string $average_color
51-
* @property ?int $size
5241
* @property ?int $order_column
53-
* @property ?float $duration
5442
* @property ?ArrayObject<array-key, mixed> $metadata
5543
* @property ?InteractWithMedia<Media> $model
5644
* @property ?string $model_type

0 commit comments

Comments
 (0)