Completed
Pull Request — master (#18)
by mw
07:48
created
src/DataValueDeserializer.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 	 * @param DIProperty $property
47 47
 	 * @param array|string $value
48 48
 	 *
49
-	 * @return DataValue
49
+	 * @return DIProperty
50 50
 	 */
51 51
 	public function newDataValueFrom( DIProperty $property, $value ) {
52 52
 
@@ -110,6 +110,9 @@  discard block
 block discarded – undo
110 110
 		return $dataItem;
111 111
 	}
112 112
 
113
+	/**
114
+	 * @param DIProperty $property
115
+	 */
113 116
 	private function newDataValueFromPropertyObject( $property, $value ) {
114 117
 
115 118
 		try{
@@ -121,6 +124,9 @@  discard block
 block discarded – undo
121 124
 		return $dv;		
122 125
 	}
123 126
 
127
+	/**
128
+	 * @param DIProperty $property
129
+	 */
124 130
 	private function newDataValueFromDataItem( $property, $dataItem ) {
125 131
 
126 132
 		try{
Please login to merge, or discard this patch.
src/ByAskApiHttpRequest/QueryResult.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 	/**
45 45
 	 * @since 0.1
46 46
 	 *
47
-	 * @return array
47
+	 * @return string
48 48
 	 */
49 49
 	public function toArray() {
50 50
 		return $this->jsonResponseParser->getRawResponseResult();
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 	/**
76 76
 	 * @since 0.1
77 77
 	 *
78
-	 * @return SMWInfolink
78
+	 * @return Infolink
79 79
 	 */
80 80
 	public function getLink() {
81 81
 		$params = array( trim( $this->getQuery()->getQueryString() ) );
Please login to merge, or discard this patch.