File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,10 +347,10 @@ public static function getParseTests(): array
347347 ],
348348 ],
349349 ],
350- 'Test that @throws with a dot at the end works ' => [
350+ 'Test that @throws variants ' => [
351351 '
352352 /**
353- * @throws \InvalidArgumentException.
353+ * @throws \InvalidArgumentException
354354 * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException.
355355 */
356356 ' ,
@@ -364,12 +364,12 @@ public static function getParseTests(): array
364364 '\InvalidArgumentException ' ,
365365 '' ,
366366 ],
367- [
368- '\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException ' ,
369- '' ,
370- ],
367+ '\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException. ' ,
371368 ],
372369 ],
370+ 'errors ' => [
371+ 'Invalid @throws tag "\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException.". ' ,
372+ ],
373373 ],
374374 ],
375375 ],
You can’t perform that action at this time.
0 commit comments