Merge pull request #38 from corley/scrutinizer-patch-1

Scrutinizer Auto-Fixes
This commit is contained in:
Walter Dal Mut
2015-06-24 22:47:43 +02:00
+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) {