mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
make MIME type argument primary
This commit is contained in:
parent
2cb2205b1a
commit
1843d72ff5
2 changed files with 6 additions and 4 deletions
|
|
@ -63,8 +63,8 @@ class Content
|
|||
}
|
||||
|
||||
public function set(
|
||||
?string $data,
|
||||
?string $mime
|
||||
?string $mime,
|
||||
?string $data
|
||||
): void
|
||||
{
|
||||
$this->_source = $data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue