@@ -446,10 +446,10 @@ discard block |
||
| 446 | 446 | |
| 447 | 447 | /** |
| 448 | 448 | * @param \ReflectionClass $refClass |
| 449 | - * @param $name |
|
| 450 | - * @param $namespace |
|
| 449 | + * @param string $name |
|
| 450 | + * @param string|null $namespace |
|
| 451 | 451 | * @param $typeKind |
| 452 | - * @param $baseResourceType |
|
| 452 | + * @param null|ResourceType $baseResourceType |
|
| 453 | 453 | * @return ResourceType |
| 454 | 454 | * @throws InvalidOperationException |
| 455 | 455 | */ |
@@ -472,7 +472,7 @@ discard block |
||
| 472 | 472 | } |
| 473 | 473 | |
| 474 | 474 | /** |
| 475 | - * @param $name |
|
| 475 | + * @param string $name |
|
| 476 | 476 | * @param ResourceType $resourceType |
| 477 | 477 | * @throws InvalidOperationException |
| 478 | 478 | */ |
@@ -959,7 +959,7 @@ discard block |
||
| 959 | 959 | } |
| 960 | 960 | /** |
| 961 | 961 | * @param ResourceSet $resourceSet The entity set containing the entity to fetch |
| 962 | - * @param object $sourceEntityInstance The source entity instance |
|
| 962 | + * @param KeyDescriptor $sourceEntityInstance The source entity instance |
|
| 963 | 963 | * @param object $data The New data for the entity instance. |
| 964 | 964 | * |
| 965 | 965 | * returns object|null returns the newly created model if sucessful or null if model creation failed. |
@@ -977,7 +977,7 @@ discard block |
||
| 977 | 977 | } |
| 978 | 978 | |
| 979 | 979 | /** |
| 980 | - * @param $methodName |
|
| 980 | + * @param string $methodName |
|
| 981 | 981 | * @param $entityInstance |
| 982 | 982 | * @param ResourceSet $resourceSet |
| 983 | 983 | * @return ResourceType |