mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
Doc-comments: Move param types to declaration
This commit is contained in:
@@ -11,9 +11,8 @@ class AdminerTinymce {
|
||||
protected $path;
|
||||
|
||||
/**
|
||||
* @param string $path
|
||||
*/
|
||||
function __construct($path = "tiny_mce/tiny_mce.js") {
|
||||
function __construct(string $path = "tiny_mce/tiny_mce.js") {
|
||||
$this->path = $path;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user