Completed
Push — master ( 82cdf4...33953d )
by Xeriab
06:21
created
src/FileParser/Properties.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * {@inheritdoc}
71 71
      *
72
-     * @return array Supported extensions
72
+     * @return string[] Supported extensions
73 73
      *
74 74
      * @since 0.1.0
75 75
      */
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
     /**
261 261
      * Loads in the given file and parses it.
262 262
      *
263
-     * @param string|bool|null $file File to load
263
+     * @param string|boolean $file File to load
264 264
      *
265 265
      * @return array The parsed file data
266 266
      *
Please login to merge, or discard this patch.
src/FileParser/Xml.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * {@inheritdoc}
73 73
      *
74
-     * @return array Supported extensions
74
+     * @return string[] Supported extensions
75 75
      *
76 76
      * @since 0.1.0
77 77
      */
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      *
86 86
      * @param string $file File to load
87 87
      *
88
-     * @return array|SimpleXMLElement The parsed file data
88
+     * @return \SimpleXMLElement The parsed file data
89 89
      *
90 90
      * @since              0.2.4
91 91
      * @codeCoverageIgnore
Please login to merge, or discard this patch.