Skip to content

Commit

Permalink
Merge pull request FriendsOfSymfony#1407 from e-moe/fix/SLinsights
Browse files Browse the repository at this point in the history
fix couple of minor SensioLabsInsight violations
  • Loading branch information
GuilhemN committed Mar 27, 2016
2 parents e056e05 + 8113457 commit c10a867
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
preset: symfony
preset: symfony
1 change: 0 additions & 1 deletion DependencyInjection/FOSRestExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

class FOSRestExtension extends Extension
Expand Down
4 changes: 0 additions & 4 deletions Request/ParamFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ class ParamFetcher implements ParamFetcherInterface
private $requestStack;
private $validator;
private $violationFormatter;
/**
* @var callable
*/
private $controller;

/**
* Initializes fetcher.
Expand Down

0 comments on commit c10a867

Please sign in to comment.