Skip to content

Commit

Permalink
Merge pull request #42 from fejese/cleanup-uses
Browse files Browse the repository at this point in the history
Clean up unused uses
  • Loading branch information
Ocramius committed Sep 17, 2014
2 parents 6634069 + 5f9a308 commit 024c39e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Doctrine\Tests\Common\Annotations;

use Doctrine\Common\Annotations\Annotation\IgnoreAnnotation;
use Doctrine\Common\Annotations\DocParser;
use Doctrine\Common\Annotations\AnnotationRegistry;
use Doctrine\Common\Annotations\Annotation\Target;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetClass;
use Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetAll;
use Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetPropertyMethod;
use Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetNestedAnnotation;

/**
* @AnnotationTargetClass("Some data")
Expand Down Expand Up @@ -38,4 +37,4 @@ public function someFunction()
*/
public $nested;

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Route;
use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Template;

class EqualNamespacesPerFileWithClassAsLast {}
class EqualNamespacesPerFileWithClassAsLast {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

namespace Doctrine\Tests\Common\Annotations\Fixtures;

use ReflectionClass, ReflectionProperty, ReflectionMethod;
use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Secure;
use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Route;

class NamespacedSingleClassLOC1000
{
const TEST1 = 1234567890;
Expand Down Expand Up @@ -1006,4 +1002,4 @@ public function test39()

return $val;
}
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Secure;
use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Route;

class SingleClassLOC1000
{
const TEST1 = 1234567890;
Expand Down Expand Up @@ -1003,4 +1000,4 @@ public function test39()

return $val;
}
}
}

0 comments on commit 024c39e

Please sign in to comment.