Completed
Push — master ( 1af92d...2fad04 )
by Stephan
18:05
created
src/Cache/ElementsCacheBuilder.php 1 patch
Doc Comments   +7 added lines, -3 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@  discard block
 block discarded – undo
47 47
 	/**
48 48
 	 * @since  1.1
49 49
 	 *
50
-	 * @param SMWStore $store
51
-	 * @param GlossaryCache $cache
50
+	 * @param Store $store
52 51
 	 */
53 52
 	public function __construct( Store $store, GlossaryCache $glossaryCache ) {
54 53
 		$this->store = $store;
@@ -58,7 +57,7 @@  discard block
 block discarded – undo
58 57
 	/**
59 58
 	 * @since 1.1
60 59
 	 *
61
-	 * @return array
60
+	 * @return \SMW\DIWikiPage
62 61
 	 */
63 62
 	public function getElements() {
64 63
 
@@ -103,6 +102,11 @@  discard block
 block discarded – undo
103 102
 		return $ret;
104 103
 	}
105 104
 
105
+	/**
106
+	 * @param string|null $definition
107
+	 * @param string|null $link
108
+	 * @param string|null $style
109
+	 */
106 110
 	private function buildElements( $terms, $definition, $link, $style, $page ) {
107 111
 
108 112
 		$ret = array();
Please login to merge, or discard this patch.