mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-04-28 12:24:08 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb2b55b936 |
@@ -46,7 +46,7 @@ class Location extends Context
|
||||
public function __toString() : string
|
||||
{
|
||||
return sprintf(
|
||||
"{$this->name} %s %s {\n\t%s\n}\n",
|
||||
"{$this->name} %s %s {\n\t%s\n}",
|
||||
$this->match,
|
||||
$this->location,
|
||||
implode("\n\t", (array)$this->childNodes->getIterator())
|
||||
|
||||
Reference in New Issue
Block a user