@@ -246,6 +246,9 @@ |
||
246 | 246 | return $action; |
247 | 247 | } |
248 | 248 | |
249 | + /** |
|
250 | + * @param string $type |
|
251 | + */ |
|
249 | 252 | private function generateRelationshipAction(Relationship $relationship, $type) { |
250 | 253 | $model = $relationship->getModel(); |
251 | 254 | $module = $this->package->getKeeko()->getModule(); |
@@ -87,7 +87,7 @@ |
||
87 | 87 | * Returns all attributes that aren't written onto a model (because manually filter or computed) |
88 | 88 | * |
89 | 89 | * @param Table $model |
90 | - * @return array |
|
90 | + * @return string[] |
|
91 | 91 | */ |
92 | 92 | public function getWriteFilter(Table $model) { |
93 | 93 | $modelName = $model->getOriginCommonName(); |