mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
set default value on null given
This commit is contained in:
parent
2b0077c5be
commit
6086c6a687
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ abstract class Entry
|
||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
$this->gtk->set_text(
|
$this->gtk->set_text(
|
||||||
trim(
|
is_null($value) ? $this->_value : trim(
|
||||||
strval(
|
strval(
|
||||||
$value
|
$value
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue