@@ -288,7 +288,7 @@ |
||
288 | 288 | } |
289 | 289 | |
290 | 290 | /** |
291 | - * @return StorageInterface|string |
|
291 | + * @return string |
|
292 | 292 | */ |
293 | 293 | public function getStorage() |
294 | 294 | { |
@@ -396,9 +396,9 @@ |
||
396 | 396 | * changing the collection of the object |
397 | 397 | * |
398 | 398 | * @param object $object |
399 | - * @param mixed $collectionName |
|
399 | + * @param string $collectionName |
|
400 | 400 | * @param string $target |
401 | - * @param mixed $values |
|
401 | + * @param \DateTime $values |
|
402 | 402 | * |
403 | 403 | * @throws \InvalidArgumentException |
404 | 404 | * |
@@ -113,7 +113,7 @@ |
||
113 | 113 | /** |
114 | 114 | * Proxy should stay read only, use with care |
115 | 115 | * |
116 | - * @param $proxy |
|
116 | + * @param \PHPUnit_Framework_MockObject_MockObject $proxy |
|
117 | 117 | * @param $element |
118 | 118 | */ |
119 | 119 | protected function setProxyViaReflection($proxy, $element = null) |