summaryrefslogtreecommitdiff
path: root/framework/3rdParty/WsdlGen
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 12:13:23 +0000
committerctrlaltca <>2012-07-12 12:13:23 +0000
commit712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (patch)
tree2f71cfc97e15a8b0f390c4c56807db80c634870b /framework/3rdParty/WsdlGen
parent903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 (diff)
removed ?> from php files
Diffstat (limited to 'framework/3rdParty/WsdlGen')
-rw-r--r--framework/3rdParty/WsdlGen/Wsdl.php1
-rw-r--r--framework/3rdParty/WsdlGen/WsdlGenerator.php1
-rw-r--r--framework/3rdParty/WsdlGen/WsdlMessage.php1
-rw-r--r--framework/3rdParty/WsdlGen/WsdlOperation.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/framework/3rdParty/WsdlGen/Wsdl.php b/framework/3rdParty/WsdlGen/Wsdl.php
index 3ec5bdf1..c1a84468 100644
--- a/framework/3rdParty/WsdlGen/Wsdl.php
+++ b/framework/3rdParty/WsdlGen/Wsdl.php
@@ -278,4 +278,3 @@ class Wsdl
$this->types[$type] = $elements;
}
}
-?> \ No newline at end of file
diff --git a/framework/3rdParty/WsdlGen/WsdlGenerator.php b/framework/3rdParty/WsdlGen/WsdlGenerator.php
index a52d97dd..961c376a 100644
--- a/framework/3rdParty/WsdlGen/WsdlGenerator.php
+++ b/framework/3rdParty/WsdlGen/WsdlGenerator.php
@@ -292,4 +292,3 @@ class WsdlGenerator
}
}
}
-?> \ No newline at end of file
diff --git a/framework/3rdParty/WsdlGen/WsdlMessage.php b/framework/3rdParty/WsdlGen/WsdlMessage.php
index 2ba2cef6..73bb30f5 100644
--- a/framework/3rdParty/WsdlGen/WsdlMessage.php
+++ b/framework/3rdParty/WsdlGen/WsdlMessage.php
@@ -79,4 +79,3 @@ class WsdlMessage
return $message;
}
}
-?> \ No newline at end of file
diff --git a/framework/3rdParty/WsdlGen/WsdlOperation.php b/framework/3rdParty/WsdlGen/WsdlOperation.php
index 75e21308..fe8c1b74 100644
--- a/framework/3rdParty/WsdlGen/WsdlOperation.php
+++ b/framework/3rdParty/WsdlGen/WsdlOperation.php
@@ -134,4 +134,3 @@ class WsdlOperation
return $operation;
}
}
-?> \ No newline at end of file