Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2015-06-24 20:44:36 +00:00
parent 39a87feb5a
commit fa61a3cd7a
+1 -1
View File
@@ -73,7 +73,7 @@ class UdpAdapter extends AdapterAbstract
return (int)(microtime(true) * 1e9);
}
protected function toKeyValue(array $elems, $escape=false)
protected function toKeyValue(array $elems, $escape = false)
{
$list = [];
foreach ($elems as $key => $value) {