@@ -84,7 +84,7 @@ public function getVersion()
8484 */
8585 public function setVersion ($ version )
8686 {
87- return $ this ->set ('soap_version ' , $ version| 0 );
87+ return $ this ->set ('soap_version ' , $ version | 0 );
8888 }
8989
9090 /**
@@ -102,7 +102,7 @@ public function getCompression()
102102 */
103103 public function setCompression ($ compression )
104104 {
105- return $ this ->set ('compression ' , $ compression| 0 );
105+ return $ this ->set ('compression ' , $ compression | 0 );
106106 }
107107
108108 /**
@@ -156,7 +156,7 @@ public function getProxyPort()
156156 */
157157 public function setProxyPort ($ port )
158158 {
159- return $ this ->set ('proxy_port ' , $ port| 0 );
159+ return $ this ->set ('proxy_port ' , $ port | 0 );
160160 }
161161
162162 /**
@@ -284,7 +284,7 @@ public function getConnectionTimeout()
284284 */
285285 public function setConnectionTimeout ($ timeout )
286286 {
287- return $ this ->set ('connection_timeout ' , $ timeout| 0 );
287+ return $ this ->set ('connection_timeout ' , $ timeout | 0 );
288288 }
289289
290290 /**
@@ -322,7 +322,7 @@ public function getCacheWsdl()
322322 */
323323 public function setCacheWsdl ($ cacheMode )
324324 {
325- return $ this ->set ('cache_wsdl ' , $ cacheMode| 0 );
325+ return $ this ->set ('cache_wsdl ' , $ cacheMode | 0 );
326326 }
327327
328328 /**
@@ -359,7 +359,7 @@ public function getFeatures()
359359 */
360360 public function setFeatures ($ features )
361361 {
362- return $ this ->set ('features ' , $ features| 0 );
362+ return $ this ->set ('features ' , $ features | 0 );
363363 }
364364
365365 /**
@@ -378,7 +378,7 @@ public function getSslMethod()
378378 */
379379 public function setSslMethod ($ method )
380380 {
381- return $ this ->set ('ssl_method ' , $ method| 0 );
381+ return $ this ->set ('ssl_method ' , $ method | 0 );
382382 }
383383
384384 /**
0 commit comments