diff --git a/src/PocztaPolska/ElektronicznyNadawca.php b/src/PocztaPolska/ElektronicznyNadawca.php
index 2882751..c2b10e5 100644
--- a/src/PocztaPolska/ElektronicznyNadawca.php
+++ b/src/PocztaPolska/ElektronicznyNadawca.php
@@ -349,11 +349,11 @@ public function __construct($wsdl = null, $options = array())
}
if (!$wsdl) {
- $wsdl = realpath(__DIR__ . '/../../' . self::WSDL_FILE);
+ $wsdl = realpath(__DIR__.'/../../'.self::WSDL_FILE);
}
if (!file_exists($wsdl)) {
- $wsdl = realpath(__DIR__ . '/../../' . $wsdl);
+ $wsdl = realpath(__DIR__.'/../../'.$wsdl);
}
parent::__construct($wsdl, $options);
diff --git a/wsdl/en.wsdl b/wsdl/en.wsdl
old mode 100644
new mode 100755
index c18eff3..9008633
--- a/wsdl/en.wsdl
+++ b/wsdl/en.wsdl
@@ -189,7 +189,7 @@
-
+
@@ -210,7 +210,7 @@
-
+