Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-08-23 13:54:15 +00:00 committed by StyleCI Bot
parent ec5b3e2d18
commit 3e182dbee5

View File

@ -219,7 +219,10 @@ trait TL
public function get_method_namespaces()
{
$res = [];
foreach ($this->methods->method_namespace as $pair) { $res[$pair[0]] = $pair[0]; }
foreach ($this->methods->method_namespace as $pair) {
$res[$pair[0]] = $pair[0];
}
return $res;
}