mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Doc-comments: Add param names
This commit is contained in:
@@ -10,7 +10,7 @@ class AdminerFrames {
|
||||
protected $sameOrigin;
|
||||
|
||||
/**
|
||||
* @param bool allow running from the same origin only
|
||||
* @param bool $sameOrigin allow running from the same origin only
|
||||
*/
|
||||
function __construct($sameOrigin = false) {
|
||||
$this->sameOrigin = $sameOrigin;
|
||||
|
Reference in New Issue
Block a user