Completed
Push — master ( a11cd2...d581f7 )
by mw
02:32
created
src/ByHttpRequest/JsonResponseParser.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 	/**
112 112
 	 * @since 1.0
113 113
 	 *
114
-	 * @return array
114
+	 * @return string
115 115
 	 */
116 116
 	public function getRawResponseResult() {
117 117
 		return $this->rawResponseResult;
@@ -192,6 +192,9 @@  discard block
 block discarded – undo
192 192
 		}
193 193
 	}
194 194
 
195
+	/**
196
+	 * @param string $hash
197
+	 */
195 198
 	private function addPropertyValues( $hash, $pk, $pvalues ) {
196 199
 
197 200
 		$property = DIProperty::newFromUserLabel( $pk );
Please login to merge, or discard this patch.