Skip to content

Commit 15f9fa5

Browse files
committed
remove useless annotations
1 parent e8b6703 commit 15f9fa5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Doctrine/Instantiator/Instantiator.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ private function buildFactory(string $className) : callable
109109
/**
110110
* @param string $className
111111
*
112-
* @return ReflectionClass
113-
*
114112
* @throws InvalidArgumentException
115113
* @throws ReflectionException
116114
*/
@@ -130,9 +128,6 @@ private function getReflectionClass($className) : ReflectionClass
130128
}
131129

132130
/**
133-
* @param ReflectionClass $reflectionClass
134-
* @param string $serializedString
135-
*
136131
* @throws UnexpectedValueException
137132
*/
138133
private function checkIfUnSerializationIsSupported(ReflectionClass $reflectionClass, string $serializedString) : void
@@ -159,9 +154,6 @@ private function checkIfUnSerializationIsSupported(ReflectionClass $reflectionCl
159154
}
160155

161156
/**
162-
* @param ReflectionClass $reflectionClass
163-
* @param string $serializedString
164-
*
165157
* @throws UnexpectedValueException
166158
*/
167159
private function attemptInstantiationViaUnSerialization(ReflectionClass $reflectionClass, string $serializedString) : void

0 commit comments

Comments
 (0)