• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

miaoxing / file / 13041455681

31 Dec 2024 02:01PM UTC coverage: 82.667%. Remained the same
13041455681

push

github

semantic-release-bot
chore(release): publish

See CHANGELOG.md for more details.

62 of 75 relevant lines covered (82.67%)

20.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Metadata/FileTrait.php
1
<?php
2

3
namespace Miaoxing\File\Metadata;
4

5
/**
6
 * @property int|null $id
7
 * @property int $appId
8
 * @property string $origName
9
 * @property string $path
10
 * @property int $type 文件类型,1是图片,2是文档,3是音频,4是视频
11
 * @property string $ext 扩展名
12
 * @property int $size
13
 * @property int $width
14
 * @property int $height
15
 * @property string $md5
16
 * @property string $url
17
 * @property string|null $origCreatedAt
18
 * @property string|null $createdAt
19
 * @property string|null $updatedAt
20
 * @property int $createdBy
21
 * @property int $updatedBy
22
 * @internal will change in the future
23
 */
24
trait FileTrait
25
{
26
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc