Skip to content

Commit 687b119

Browse files
committed
Remove redundant PHPDoc comments
1 parent 7c6739f commit 687b119

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/framework/src/Support/Filesystem/MediaFile.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ public function toArray(): array
112112
}
113113

114114
/**
115-
* Get the content length of the file.
116-
*
117-
* @return int The content length in bytes
115+
* Get the content length of the file in bytes.
118116
*/
119117
public function getContentLength(): int
120118
{
@@ -123,8 +121,6 @@ public function getContentLength(): int
123121

124122
/**
125123
* Get the MIME type of the file.
126-
*
127-
* @return string The MIME type
128124
*/
129125
public function getMimeType(): string
130126
{
@@ -133,8 +129,6 @@ public function getMimeType(): string
133129

134130
/**
135131
* Get the CRC32 hash of the file.
136-
*
137-
* @return string The file hash
138132
*/
139133
public function getHash(): string
140134
{

0 commit comments

Comments
 (0)