Some fixes / improvements
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Driver\SQL;
|
||||
|
||||
class Keyword {
|
||||
|
||||
private $value;
|
||||
private string $value;
|
||||
|
||||
public function __construct($value) {
|
||||
$this->value = $value;
|
||||
@@ -12,6 +12,4 @@ class Keyword {
|
||||
|
||||
public function getValue() { return $this->value; }
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
||||
Reference in New Issue
Block a user