Completed
Push — master ( e8b3d2...889b57 )
by Thomas
14:29
created
src/serializer/base/ActionSerializerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -104,9 +104,9 @@  discard block
 block discarded – undo
104 104
 	}
105 105
 
106 106
 	/**
107
-	 * @param mixed $model
107
+	 * @param \keeko\core\model\Action $model
108 108
 	 * @param mixed $data
109
-	 * @return mixed The model
109
+	 * @return \keeko\core\model\Action The model
110 110
 	 */
111 111
 	public function hydrate($model, $data) {
112 112
 		// attributes
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
 	}
158 158
 
159 159
 	/**
160
-	 * @param mixed $relatedName
160
+	 * @param string $relatedName
161 161
 	 */
162 162
 	protected function getCollectionMethodPluralName($relatedName) {
163 163
 		if (isset($this->methodPluralNames[$relatedName])) {
Please login to merge, or discard this patch.
src/serializer/base/ActivityObjectSerializerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -90,9 +90,9 @@  discard block
 block discarded – undo
90 90
 	}
91 91
 
92 92
 	/**
93
-	 * @param mixed $model
93
+	 * @param \keeko\core\model\ActivityObject $model
94 94
 	 * @param mixed $data
95
-	 * @return mixed The model
95
+	 * @return \keeko\core\model\ActivityObject The model
96 96
 	 */
97 97
 	public function hydrate($model, $data) {
98 98
 		// attributes
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 	}
126 126
 
127 127
 	/**
128
-	 * @param mixed $relatedName
128
+	 * @param string $relatedName
129 129
 	 */
130 130
 	protected function getCollectionMethodPluralName($relatedName) {
131 131
 		if (isset($this->methodPluralNames[$relatedName])) {
Please login to merge, or discard this patch.
src/serializer/base/ApplicationSerializerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -88,9 +88,9 @@  discard block
 block discarded – undo
88 88
 	}
89 89
 
90 90
 	/**
91
-	 * @param mixed $model
91
+	 * @param \keeko\core\model\Application $model
92 92
 	 * @param mixed $data
93
-	 * @return mixed The model
93
+	 * @return \keeko\core\model\Application The model
94 94
 	 */
95 95
 	public function hydrate($model, $data) {
96 96
 		// attributes
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 	}
124 124
 
125 125
 	/**
126
-	 * @param mixed $relatedName
126
+	 * @param string $relatedName
127 127
 	 */
128 128
 	protected function getCollectionMethodPluralName($relatedName) {
129 129
 		if (isset($this->methodPluralNames[$relatedName])) {
Please login to merge, or discard this patch.
src/serializer/base/GroupSerializerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -95,9 +95,9 @@  discard block
 block discarded – undo
95 95
 	}
96 96
 
97 97
 	/**
98
-	 * @param mixed $model
98
+	 * @param \keeko\core\model\Group $model
99 99
 	 * @param mixed $data
100
-	 * @return mixed The model
100
+	 * @return \keeko\core\model\Group The model
101 101
 	 */
102 102
 	public function hydrate($model, $data) {
103 103
 		// attributes
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
 	}
141 141
 
142 142
 	/**
143
-	 * @param mixed $relatedName
143
+	 * @param string $relatedName
144 144
 	 */
145 145
 	protected function getCollectionMethodPluralName($relatedName) {
146 146
 		if (isset($this->methodPluralNames[$relatedName])) {
Please login to merge, or discard this patch.
src/serializer/base/LocalizationSerializerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -120,9 +120,9 @@  discard block
 block discarded – undo
120 120
 	}
121 121
 
122 122
 	/**
123
-	 * @param mixed $model
123
+	 * @param Localization $model
124 124
 	 * @param mixed $data
125
-	 * @return mixed The model
125
+	 * @return Localization The model
126 126
 	 */
127 127
 	public function hydrate($model, $data) {
128 128
 		// attributes
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
 	}
230 230
 
231 231
 	/**
232
-	 * @param mixed $relatedName
232
+	 * @param string $relatedName
233 233
 	 */
234 234
 	protected function getCollectionMethodPluralName($relatedName) {
235 235
 		if (isset($this->methodPluralNames[$relatedName])) {
Please login to merge, or discard this patch.
src/serializer/base/ModuleSerializerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -92,9 +92,9 @@  discard block
 block discarded – undo
92 92
 	}
93 93
 
94 94
 	/**
95
-	 * @param mixed $model
95
+	 * @param \keeko\core\model\Module $model
96 96
 	 * @param mixed $data
97
-	 * @return mixed The model
97
+	 * @return \keeko\core\model\Module The model
98 98
 	 */
99 99
 	public function hydrate($model, $data) {
100 100
 		// attributes
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 	}
128 128
 
129 129
 	/**
130
-	 * @param mixed $relatedName
130
+	 * @param string $relatedName
131 131
 	 */
132 132
 	protected function getCollectionMethodPluralName($relatedName) {
133 133
 		if (isset($this->methodPluralNames[$relatedName])) {
Please login to merge, or discard this patch.
src/serializer/base/UserSerializerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -112,9 +112,9 @@  discard block
 block discarded – undo
112 112
 	}
113 113
 
114 114
 	/**
115
-	 * @param mixed $model
115
+	 * @param \keeko\core\model\User $model
116 116
 	 * @param mixed $data
117
-	 * @return mixed The model
117
+	 * @return \keeko\core\model\User The model
118 118
 	 */
119 119
 	public function hydrate($model, $data) {
120 120
 		// attributes
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
 	}
166 166
 
167 167
 	/**
168
-	 * @param mixed $relatedName
168
+	 * @param string $relatedName
169 169
 	 */
170 170
 	protected function getCollectionMethodPluralName($relatedName) {
171 171
 		if (isset($this->methodPluralNames[$relatedName])) {
Please login to merge, or discard this patch.