Skip to content

Commit

Permalink
Fixed unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Jun 10, 2014
1 parent 39708e8 commit 4446485
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Controller/FeedbackFormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use eZ\Bundle\EzPublishCoreBundle\Controller;
use EzSystems\DemoBundle\Entity\Feedback;
use EzSystems\DemoBundle\Form\Type\FeedbackType;
use EzSystems\DemoBundle\Helper\EmailHelper;

class FeedbackFormController extends Controller
Expand Down
1 change: 0 additions & 1 deletion Controller/PlaceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use eZ\Bundle\EzPublishCoreBundle\Controller;
use eZ\Publish\API\Repository\Values\Content\Query;
use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
use eZ\Publish\API\Repository\Values\Content\Query\SortClause;

class PlaceController extends Controller
Expand Down
1 change: 0 additions & 1 deletion Helper/PlaceHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use eZ\Publish\API\Repository\SearchService;
use eZ\Publish\API\Repository\Values\Content\Query;
use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
use eZ\Publish\API\Repository\Values\Content\Query\SortClause;

/**
* Helper for places
Expand Down

0 comments on commit 4446485

Please sign in to comment.