Completed
Push — master ( e75327...ca0c2f )
by Fenz
02:31
created
libs/Htsl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 	/**
124 124
 	 * Getting the config of Htsl.
125 125
 	 *
126
-	 * @param  string $keys
126
+	 * @param  string[] $keys
127 127
 	 *
128 128
 	 * @return mixed
129 129
 	 */
Please login to merge, or discard this patch.
libs/Parser/Document.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
 	 *
213 213
 	 * @param  [ string, ] ...$keys
214 214
 	 *
215
-	 * @return mixed
215
+	 * @return string
216 216
 	 */
217 217
 	public function getConfig( string...$keys )
218 218
 	{
Please login to merge, or discard this patch.
libs/Parser/Node/TagNode.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,6 @@
 block discarded – undo
90 90
 	/**
91 91
 	 * Close this tag node, and returning node closer.
92 92
 	 *
93
-	 * @param  \Htsl\ReadingBuffer\Line   $closerLine  The line when node closed.
94 93
 	 *
95 94
 	 * @return string
96 95
 	 */
Please login to merge, or discard this patch.