Completed
Push — develop ( 744a3d...3a3e42 )
by Greg
08:49
created
app/Controller/RelationshipController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
 	 * @param string $xref2
160 160
 	 * @param int    $tree_id
161 161
 	 *
162
-	 * @return array
162
+	 * @return string[]
163 163
 	 */
164 164
 	private function allAncestors($xref1, $xref2, $tree_id) {
165 165
 		$ancestors = array($xref1, $xref2);
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
 	 * @param string $xref2
199 199
 	 * @param int    $tree_id
200 200
 	 *
201
-	 * @return array
201
+	 * @return string[]
202 202
 	 */
203 203
 	private function excludeFamilies($xref1, $xref2, $tree_id) {
204 204
 		return Database::prepare(
Please login to merge, or discard this patch.
app/Functions/FunctionsEdit.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -181,6 +181,7 @@
 block discarded – undo
181 181
 	/**
182 182
 	 * A list of GEDCOM relationships (e.g. for an edit control).
183 183
 	 *
184
+	 * @param string $relationship
184 185
 	 * @return string[]
185 186
 	 */
186 187
 	public static function optionsRelationships($relationship) {
Please login to merge, or discard this patch.
app/Controller/IndividualController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,6 @@
 block discarded – undo
127 127
 	/**
128 128
 	 * Format a name record
129 129
 	 *
130
-	 * @param int  $primary
131 130
 	 * @param Fact $name_fact
132 131
 	 *
133 132
 	 * @return string
Please login to merge, or discard this patch.