diff --git a/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php b/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php index 13f853d..2544123 100644 --- a/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php +++ b/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php @@ -9,7 +9,7 @@ use DirectoryIterator; use Drupal\Component\Plugin\Discovery\DiscoveryInterface; -use Drupal\Component\Reflection\MockFileFinder; +use Drupal\Component\Plugin\Reflection\MockFileFinder; use Doctrine\Common\Annotations\AnnotationReader; use Doctrine\Common\Annotations\AnnotationRegistry; use Doctrine\Common\Reflection\StaticReflectionParser; diff --git a/core/lib/Drupal/Component/Reflection/MockFileFinder.php b/core/lib/Drupal/Component/Plugin/Reflection/MockFileFinder.php similarity index 89% rename from core/lib/Drupal/Component/Reflection/MockFileFinder.php rename to core/lib/Drupal/Component/Plugin/Reflection/MockFileFinder.php index 34c6949..3a99b4c 100644 --- a/core/lib/Drupal/Component/Reflection/MockFileFinder.php +++ b/core/lib/Drupal/Component/Plugin/Reflection/MockFileFinder.php @@ -2,10 +2,10 @@ /** * @file - * Definition of Drupal\Component\Reflection\MockFileFinder. + * Definition of Drupal\Component\Plugin\Reflection\MockFileFinder. */ -namespace Drupal\Component\Reflection; +namespace Drupal\Component\Plugin\Reflection; use Doctrine\Common\Reflection\ClassFinderInterface;