Browse Source

add comment

PHP-GTK3
yggverse 4 months ago
parent
commit
d7d3816eaf
  1. 2
      src/Entity/Browser/Container/Page/Content.php

2
src/Entity/Browser/Container/Page/Content.php

@ -53,7 +53,7 @@ class Content @@ -53,7 +53,7 @@ class Content
);
}
public function set(
public function set( // @TODO make async
?string $mime,
?string $data
): void

Loading…
Cancel
Save