Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / Exception / InvalidDecoratedMethod.php
index bf2b335fd3cb2fcbd08b06d5e6748e36f8c70e9f..1543a6b04d024e9c1d3af73c4753fb5042ccbd57 100644 (file)
@@ -2,10 +2,10 @@
 
 namespace Drupal\Component\Plugin\Exception;
 
-use \BadMethodCallException;
+use BadMethodCallException;
 
 /**
  * Exception thrown when a decorator's _call() method is triggered, but the
  * decorated object does not contain the requested method.
  */
-class InvalidDecoratedMethod extends BadMethodCallException implements ExceptionInterface { }
+class InvalidDecoratedMethod extends BadMethodCallException implements ExceptionInterface {}