Skip to content

Commit

Permalink
Clean up unused uses
Browse files Browse the repository at this point in the history
  • Loading branch information
fejese committed Sep 17, 2014
1 parent a85bb60 commit ca065fc
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions Attachment/PathHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

use Infinite\FormBundle\Attachment\Sanitiser;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\StreamedResponse;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

class PathHelper
{
Expand Down
1 change: 0 additions & 1 deletion Form/DataTransformer/AttachmentTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Infinite\FormBundle\Attachment\PathHelper;
use Infinite\FormBundle\Attachment\Uploader;
use Symfony\Component\Form\DataTransformerInterface;
use Symfony\Component\Form\Exception\TransformationFailedException;
use Symfony\Component\HttpFoundation\File\UploadedFile;

class AttachmentTransformer implements DataTransformerInterface
Expand Down
1 change: 0 additions & 1 deletion Form/DataTransformer/EntitySearchTransformerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Infinite\FormBundle\Form\DataTransformer;

use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Common\Persistence\ObjectManager;

/**
* A quick class to create EntitySearchTransformers from options.
Expand Down
1 change: 0 additions & 1 deletion InfiniteFormBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Infinite\FormBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;

class InfiniteFormBundle extends Bundle
{
Expand Down
1 change: 0 additions & 1 deletion Tests/Attachment/AttachmentFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use Symfony\Bridge\Doctrine\Tests\DoctrineOrmTestCase;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpFoundation\Request;

class AttachmentFieldTest extends DoctrineOrmTestCase
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/Attachment/SanitiserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
namespace Infinite\FormBundle\Tests\Attachment;

use Infinite\FormBundle\Attachment\Sanitiser;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\Request;

class SanitiserTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 0 additions & 1 deletion Tests/Attachment/StreamerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Infinite\FormBundle\Attachment\Sanitiser;
use Infinite\FormBundle\Attachment\Streamer;
use Infinite\FormBundle\Tests\Attachment\Attachments\StandardAttachment;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\Request;

class StreamerTest extends \PHPUnit_Framework_TestCase
Expand Down
2 changes: 0 additions & 2 deletions Tests/Attachment/UploaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
use Infinite\FormBundle\Tests\Attachment\Attachments\FullHashAttachment;
use Infinite\FormBundle\Tests\Attachment\Attachments\InvalidFormatAttachment;
use Infinite\FormBundle\Tests\Attachment\Attachments\StandardAttachment;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpFoundation\Request;

class UploaderTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/BundleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
namespace Infinite\FormBundle\Tests;

use Infinite\FormBundle\InfiniteFormBundle;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\Request;

class BundleTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 0 additions & 1 deletion Tests/CheckboxGrid/CheckboxGridTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Infinite\FormBundle\Tests\CheckboxGrid\Model\ColorFinish;
use Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\Request;

class CheckboxGridTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 0 additions & 1 deletion Tests/CheckboxGrid/EntityCheckboxGridTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Infinite\FormBundle\Tests\CheckboxGrid\Type\SalesmanType;
use Symfony\Bridge\Doctrine\Tests\DoctrineOrmTestCase;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\Request;

class EntityCheckboxGridTest extends DoctrineOrmTestCase
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/EntitySearch/EntitySearchTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

use Infinite\FormBundle\Form\DataTransformer\EntitySearchTransformer;
use Infinite\FormBundle\Tests\EntitySearch\Entity\Fruit;
use Symfony\Bridge\Doctrine\Tests\DoctrineOrmTestCase;
use Symfony\Component\Form\Forms;

class EntitySearchTransformerTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 0 additions & 1 deletion Tests/FormExtension/FormExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Symfony\Component\Form\FormError;
use Symfony\Component\Form\FormFactory;
use Symfony\Component\Form\Forms;
use Symfony\Component\Validator\Validation;

class FormExtensionTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit ca065fc

Please sign in to comment.