File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/Doctrine/Instantiator Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments