Completed
Push — master ( 81ca7b...002125 )
by Joschi
04:07
created
src/RdfaLiteMicrodata/Ports/Parser/RdfaLite.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Parse an XML file
55 55
      *
56 56
      * @param string $file XML file path
57
-     * @return array Extracted things
57
+     * @return \stdClass Extracted things
58 58
      */
59 59
     public function parseXmlFile($file)
60 60
     {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      * Parse an XML string
66 66
      *
67 67
      * @param string $string XML string
68
-     * @return array Extracted things
68
+     * @return \stdClass Extracted things
69 69
      */
70 70
     public function parseXmlString($string)
71 71
     {
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * Parse an HTML file
82 82
      *
83 83
      * @param string $file HTML file path
84
-     * @return array Extracted things
84
+     * @return \stdClass Extracted things
85 85
      */
86 86
     public function parseHtmlFile($file)
87 87
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      * Parse an HTML string
93 93
      *
94 94
      * @param string $string HTML string
95
-     * @return array Extracted things
95
+     * @return \stdClass Extracted things
96 96
      */
97 97
     public function parseHtmlString($string)
98 98
     {
Please login to merge, or discard this patch.