@@ -7332,7 +7332,7 @@ |
||
7332 | 7332 | * Includes missing or unsupported properties in stdClass |
7333 | 7333 | * Replace all unsuported chars |
7334 | 7334 | * @param stdClass $std |
7335 | - * @param array $possible |
|
7335 | + * @param string[] $possible |
|
7336 | 7336 | * @return stdClass |
7337 | 7337 | */ |
7338 | 7338 | protected function equilizeParameters(stdClass $std, $possible) |
@@ -601,7 +601,7 @@ |
||
601 | 601 | /** |
602 | 602 | * Verify if xml model is equal as modelo property |
603 | 603 | * @param string $xml |
604 | - * @return bool |
|
604 | + * @return boolean|null |
|
605 | 605 | */ |
606 | 606 | protected function checkModelFromXml($xml) |
607 | 607 | { |