Completed
Push — master ( 8d42b2...8f0e5e )
by adam
02:14
created
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.
src/Api/Service/RevisionGetter.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.