@@ -54,7 +54,7 @@ |
||
| 54 | 54 | private function getTagParser() |
| 55 | 55 | { |
| 56 | 56 | $tagName = null; |
| 57 | - switch($this->parsingTag()) { |
|
| 57 | + switch ($this->parsingTag()) { |
|
| 58 | 58 | case WsdlDocument::TAG_IMPORT: |
| 59 | 59 | $tagName = WsdlDocument::TAG_INCLUDE; |
| 60 | 60 | break; |