1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +02:00

Doc-comments: Format

This commit is contained in:
Jakub Vrana
2025-03-28 09:13:36 +01:00
parent 45c045382a
commit 5e88dae4e2
15 changed files with 85 additions and 184 deletions

View File

@@ -10,8 +10,6 @@
class AdminerTinymce {
protected $path;
/**
*/
function __construct(string $path = "tiny_mce/tiny_mce.js") {
$this->path = $path;
}