@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |
66 | - * @param ReflectionMethod $constructor |
|
66 | + * @param \ReflectionMethod $constructor |
|
67 | 67 | * @param CollectionInterface $properties |
68 | 68 | * |
69 | 69 | * @return CollectionInterface |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | } |
88 | 88 | |
89 | 89 | /** |
90 | - * @param ReflectionParameter $parameter |
|
90 | + * @param \ReflectionParameter $parameter |
|
91 | 91 | * @param CollectionInterface $properties |
92 | 92 | * |
93 | 93 | * @return bool |
@@ -48,6 +48,6 @@ |
||
48 | 48 | */ |
49 | 49 | private function getCacheKey(string $class, string $key): string |
50 | 50 | { |
51 | - return $class . '::' . $key; |
|
51 | + return $class.'::'.$key; |
|
52 | 52 | } |
53 | 53 | } |