Skip to content
Snippets Groups Projects

Resolve "Remove all use of GLOBALS"

Merged Stein Magne Bjorklund requested to merge 13-remove-all-use-of-globals into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -198,7 +198,7 @@ final class ServiceModule implements ModuleInterface
$params = $this->getParams($localUri);
$extension = Utils::getExtension($acceptContentType, $conf['http_accept']);
$args = array();
list($modelFile, $viewFile) = $service;
[$modelFile, $viewFile] = $service;
try {
$prefixHeader = array();
Loading