Explorar o código

No change (just a comment for better typing return values)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4846 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=7) %!d(string=hai) anos
pai
achega
8d0082b4a6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      core/designdocument.class.inc.php

+ 2 - 2
core/designdocument.class.inc.php

@@ -192,7 +192,7 @@ class DesignElement extends \DOMElement
 	 * Returns the node directly under the given node
 	 * @param $sTagName
 	 * @param bool|true $bMustExist
-	 * @return null
+	 * @return MFElement
 	 * @throws DOMFormatException
 	 */
 	public function GetUniqueElement($sTagName, $bMustExist = true)
@@ -216,7 +216,7 @@ class DesignElement extends \DOMElement
 	/**
 	 * Returns the node directly under the current node, or null if missing
 	 * @param $sTagName
-	 * @return null
+	 * @return MFElement
 	 * @throws DOMFormatException
 	 */
 	public function GetOptionalElement($sTagName)