Procházet zdrojové kódy

[ZF-8949]TYPO in Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex exception.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20711 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp před 16 roky
rodič
revize
eab69fde9b

+ 2 - 2
library/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php

@@ -48,7 +48,7 @@ class Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex extends Zend_Soap_Wsdl_Strategy
     {
     {
         if(in_array($type, $this->_inProcess)) {
         if(in_array($type, $this->_inProcess)) {
             require_once "Zend/Soap/Wsdl/Exception.php";
             require_once "Zend/Soap/Wsdl/Exception.php";
-            throw new Zend_Soap_Wsdl_Exception("Infinite recursion, cannot nest '".$type."' into itsself.");
+            throw new Zend_Soap_Wsdl_Exception("Infinite recursion, cannot nest '".$type."' into itself.");
         }
         }
         $this->_inProcess[$type] = $type;
         $this->_inProcess[$type] = $type;
 
 
@@ -123,7 +123,7 @@ class Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex extends Zend_Soap_Wsdl_Strategy
     }
     }
 
 
     /**
     /**
-     * From a nested defintion with type[], get the singular PHP Type
+     * From a nested definition with type[], get the singular PHP Type
      *
      *
      * @param  string $type
      * @param  string $type
      * @return string
      * @return string