Add docs link, misc format tweaks
This commit is contained in:
@@ -30,7 +30,7 @@ class StringMapper implements Mapper
|
||||
return match (false) {
|
||||
key_exists($this->fieldName, $result) => null,
|
||||
is_string($result[$this->fieldName]) => "{$result[$this->fieldName]}",
|
||||
default => $result[$this->fieldName]
|
||||
default => $result[$this->fieldName],
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user