Completed
Push — feature/issue-47 ( cdce8d...8413b2 )
by Mikaël
24:42
created
src/Parser/Wsdl/AbstractTagImportParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.