Passed
Push — master ( cffe7c...eb7d9f )
by Roberto
04:16 queued 02:06
created
src/Make.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7332,7 +7332,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Common/Tools.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -601,7 +601,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.