@@ -141,11 +141,11 @@ public function __clone()
141141 *
142142 * @param null|array $methods
143143 *
144- * @throws \PHPUnit\Framework\InvalidArgumentException
145144 * @throws ClassAlreadyExistsException
146145 * @throws ClassIsFinalException
147146 * @throws ClassIsReadonlyException
148147 * @throws DuplicateMethodException
148+ * @throws InvalidArgumentException
149149 * @throws InvalidMethodNameException
150150 * @throws OriginalConstructorInvocationRequiredException
151151 * @throws ReflectionException
@@ -295,11 +295,11 @@ public function getMockForInterfaces(array $interfaces, bool $callAutoload = tru
295295 *
296296 * @psalm-return MockObject&RealInstanceType
297297 *
298- * @throws \PHPUnit\Framework\InvalidArgumentException
299298 * @throws ClassAlreadyExistsException
300299 * @throws ClassIsFinalException
301300 * @throws ClassIsReadonlyException
302301 * @throws DuplicateMethodException
302+ * @throws InvalidArgumentException
303303 * @throws InvalidMethodNameException
304304 * @throws OriginalConstructorInvocationRequiredException
305305 * @throws ReflectionException
@@ -357,11 +357,11 @@ interface_exists($originalClassName, $callAutoload)) {
357357 *
358358 * @psalm-param trait-string $traitName
359359 *
360- * @throws \PHPUnit\Framework\InvalidArgumentException
361360 * @throws ClassAlreadyExistsException
362361 * @throws ClassIsFinalException
363362 * @throws ClassIsReadonlyException
364363 * @throws DuplicateMethodException
364+ * @throws InvalidArgumentException
365365 * @throws InvalidMethodNameException
366366 * @throws OriginalConstructorInvocationRequiredException
367367 * @throws ReflectionException
0 commit comments