Merge branch 'master' into noglob
This commit is contained in:
commit
7d35a8f3f0
27 changed files with 430 additions and 288 deletions
|
|
@ -8,7 +8,7 @@ class Number
|
|||
|
||||
function __construct($value)
|
||||
{
|
||||
$this->value = (int)$value;
|
||||
$this->value = (int)($value);
|
||||
}
|
||||
|
||||
function getString()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue