Standards fixes per @stof
parent
e8fcf281fa
commit
2d721f5792
|
@ -105,8 +105,8 @@ EOF;
|
||||||
}
|
}
|
||||||
$exportedPrefix = var_export($namespace, true);
|
$exportedPrefix = var_export($namespace, true);
|
||||||
$namespacesFile .= " $exportedPrefix => ";
|
$namespacesFile .= " $exportedPrefix => ";
|
||||||
if (count($exportedPaths)>1) {
|
if (count($exportedPaths) > 1) {
|
||||||
$namespacesFile .= "array(".implode(',',$exportedPaths)."),\n";
|
$namespacesFile .= "array(".implode(', ',$exportedPaths)."),\n";
|
||||||
} else {
|
} else {
|
||||||
$namespacesFile .= $exportedPaths[0].",\n";
|
$namespacesFile .= $exportedPaths[0].",\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue