updated core and modules
This commit is contained in:
@@ -21,8 +21,6 @@ class Parameter
|
||||
private $id;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param string $id The parameter key
|
||||
*/
|
||||
public function __construct($id)
|
||||
@@ -31,8 +29,6 @@ class Parameter
|
||||
}
|
||||
|
||||
/**
|
||||
* __toString.
|
||||
*
|
||||
* @return string The parameter key
|
||||
*/
|
||||
public function __toString()
|
||||
|
||||
Reference in New Issue
Block a user