@@ -1951,7 +1951,7 @@ discard block |
||
1951 | 1951 | * |
1952 | 1952 | * @link https://demo.flexibee.eu/devdoc/identifiers Identifikátory záznamů |
1953 | 1953 | * |
1954 | - * @return null|int indentifikátor záznamu reprezentovaného objektem |
|
1954 | + * @return string indentifikátor záznamu reprezentovaného objektem |
|
1955 | 1955 | */ |
1956 | 1956 | public function getRecordID() |
1957 | 1957 | { |
@@ -2073,7 +2073,7 @@ discard block |
||
2073 | 2073 | * |
2074 | 2074 | * @param string $want Namespace Selector. If empty,you obtain the first one. |
2075 | 2075 | * |
2076 | - * @return string|array one id or array if multiplete |
|
2076 | + * @return string one id or array if multiplete |
|
2077 | 2077 | */ |
2078 | 2078 | public function getExternalID($want = null) |
2079 | 2079 | { |
@@ -41,7 +41,6 @@ |
||
41 | 41 | /** |
42 | 42 | * UnSet Label for Current Object record |
43 | 43 | * |
44 | - * @param string|array $label(s) To Remove |
|
45 | 44 | * |
46 | 45 | * @return boolean success result ? |
47 | 46 | */ |