mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
mvc: small style update
This commit is contained in:
parent
df73492c72
commit
f57bc3d93b
@ -129,7 +129,7 @@ class PortField extends BaseListField
|
||||
*/
|
||||
public function setEnableWellKnown($value)
|
||||
{
|
||||
$this->enableWellKnown = (strtoupper(trim($value)) == "Y");
|
||||
$this->enableWellKnown = strtoupper(trim($value)) == 'Y';
|
||||
}
|
||||
|
||||
/**
|
||||
@ -138,7 +138,7 @@ class PortField extends BaseListField
|
||||
*/
|
||||
public function setEnableRanges($value)
|
||||
{
|
||||
$this->enableRanges = (strtoupper(trim($value)) == "Y");
|
||||
$this->enableRanges = strtoupper(trim($value)) == 'Y';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user