File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
packages/framework/src/Support/Filesystem Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments