@@ -163,7 +163,7 @@ |
||
163 | 163 | /** |
164 | 164 | * Outputs the suces after the cleanup. |
165 | 165 | * |
166 | - * @param $processed |
|
166 | + * @param integer $processed |
|
167 | 167 | * @param OutputInterface $output |
168 | 168 | */ |
169 | 169 | private function displaySuccess($processed, OutputInterface $output) |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | /** |
44 | 44 | * Constructor. |
45 | 45 | * |
46 | - * @param ReflectionProperty|string[] $properties |
|
46 | + * @param string[] $properties |
|
47 | 47 | * |
48 | 48 | * @throws \InvalidArgumentException If one necessary property is missing |
49 | 49 | */ |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | * @param string $oid |
167 | 167 | * @param string $property |
168 | 168 | * |
169 | - * @return mixed|null |
|
169 | + * @return string|null |
|
170 | 170 | */ |
171 | 171 | private function resolveCache($oid, $property) |
172 | 172 | { |
@@ -66,7 +66,7 @@ |
||
66 | 66 | $metadata = $this->driver->getMetadataForUser(); |
67 | 67 | |
68 | 68 | return serialize( |
69 | - array_map(function (\ReflectionProperty $property) { |
|
69 | + array_map(function(\ReflectionProperty $property) { |
|
70 | 70 | return $property->getName(); |
71 | 71 | }, $metadata) |
72 | 72 | ); |