@@ -176,8 +176,7 @@ |
||
176 | 176 | continue; |
177 | 177 | } |
178 | 178 | |
179 | - $ns_label = (($ns_alias === '') ? 'Default Namespace' : |
|
180 | - "Namespace $ns_alias"); |
|
179 | + $ns_label = (($ns_alias === '') ? 'Default Namespace' : "Namespace $ns_alias"); |
|
181 | 180 | |
182 | 181 | $dump .= self::INDENT . self::INDENT . 'Content in ' . $ns_label . |
183 | 182 | PHP_EOL; |