Apply fixes from StyleCI
This commit is contained in:
parent
ec5b3e2d18
commit
3e182dbee5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user