Completed
Pull Request — master (#10)
by Jeroen De
03:28
created
src/TimelinePresenter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
 		return $this->createDiv( $json );
44 44
 	}
45 45
 
46
+	/**
47
+	 * @return string
48
+	 */
46 49
 	private function createJsonString( SMWQueryResult $result ) {
47 50
 		$preJson = ( new JsonBuilder( $this->getSlidePresenter() ) )->buildTimelineJson(
48 51
 			( new ResultSimplifier() )->newSubjectCollection( $result )
Please login to merge, or discard this patch.