Completed
Pull Request — master (#6114)
by Damian
09:39
created
ORM/DataObjectSchema.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
 	/**
130 130
 	 *
131 131
 	 * @param GridField $gridField
132
-	 * @return array
132
+	 * @return string[]
133 133
 	 */
134 134
 	public function getActions($gridField) {
135 135
 		return array('addto');
Please login to merge, or discard this patch.
ORM/ManyManyThroughList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 	}
125 125
 
126 126
 	/**
127
-	 * @param mixed $item
127
+	 * @param \ManyManyThroughListTest_Item $item
128 128
 	 * @param array $extraFields
129 129
 	 */
130 130
 	public function add($item, $extraFields = []) {
Please login to merge, or discard this patch.
ORM/ManyManyThroughQueryManipulator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 	}
66 66
 
67 67
 	/**
68
-	 * @param mixed $joinClass
68
+	 * @param string $joinClass
69 69
 	 * @return $this
70 70
 	 */
71 71
 	public function setJoinClass($joinClass)
Please login to merge, or discard this patch.
ORM/RelationList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 	/**
15 15
 	 * Any number of foreign keys to apply to this list
16 16
 	 *
17
-	 * @return string|array|null
17
+	 * @return string|null
18 18
 	 */
19 19
 	public function getForeignID() {
20 20
 		return $this->dataQuery->getQueryParam('Foreign.ID');
Please login to merge, or discard this patch.