Failed Conditions
Pull Request — master (#264)
by
unknown
11:23
created
lib/Doctrine/Annotations/Metadata/AnnotationTarget.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         | self::TARGET_METHOD
25 25
         | self::TARGET_PROPERTY
26 26
         | self::TARGET_ANNOTATION
27
-	    | self::TARGET_CONSTANT;
27
+        | self::TARGET_CONSTANT;
28 28
 
29 29
     private const LABELS = [
30 30
         self::TARGET_CLASS      => 'CLASS',
Please login to merge, or discard this patch.