Skip to content

Instantly share code, notes, and snippets.

@mchelen
Created July 13, 2016 01:44
Show Gist options
  • Save mchelen/35fd5e955eff75faabcc91cc1d9d9958 to your computer and use it in GitHub Desktop.
Save mchelen/35fd5e955eff75faabcc91cc1d9d9958 to your computer and use it in GitHub Desktop.
[Doctrine\Common\Annotations\AnnotationException]
[Semantical Error] The class "Drupal\Console\Annotation\DrupalCommand" is not annotated with @Annotation. Are you sure this class c
an be used as annotation? If so, then you need to add @Annotation to the _class_ doc comment of "Drupal\Console\Annotation\DrupalCo
mmand". If it is indeed no annotation, then you need to add @IgnoreAnnotation("DrupalCommand") to the _class_ doc comment of class
Drupal\Console\Command\Migrate\DebugCommand.
@mchelen
Copy link
Author

mchelen commented Jul 13, 2016

drupal console 1.0.0-beta3
drupal 8.1.6
php 7.0.4
ubuntu 16.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment