Completed
Push — master ( 0049cb...776942 )
by adam
06:47
created
src/Api/Service/RevisionGetter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
 	 * @param Item|Property $entity
104 104
 	 *
105 105
 	 * @throws RuntimeException
106
-	 * @return ItemContent|PropertyContent
106
+	 * @return \Mediawiki\DataModel\Content
107 107
 	 * @todo this could be factored into a different class?
108 108
 	 */
109 109
 	private function getContentFromEntity( $entity ) {
Please login to merge, or discard this patch.
src/Api/Service/RevisionsGetter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 	 * @param Item|Property $entity
123 123
 	 *
124 124
 	 * @throws RuntimeException
125
-	 * @return ItemContent|PropertyContent
125
+	 * @return \Mediawiki\DataModel\Content
126 126
 	 * @todo this could be factored into a different class?
127 127
 	 */
128 128
 	private function getContentFromEntity( $entity ) {
Please login to merge, or discard this patch.