Skip to content
Snippets Groups Projects
Commit acbc9ecc authored by Andrey Vitushkin's avatar Andrey Vitushkin
Browse files

Issue #3459005: Remove changes because it was decided that the code worked as intended

parent 9b364f36
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,7 @@ final class IpAddressMySqlFormatter extends FormatterBase {
break;
case 'text':
$prefixLength = Network::parse("$ipAddress $networkMask")->getPrefixLength();
$value = "$ipAddress/$prefixLength";
$value = $ipAddress . ' ' . $networkMask;
}
return [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment