Commit 85558b76 authored by Possum's avatar Possum

Clean ups on master

parent 306eea94
...@@ -28,12 +28,12 @@ use Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer; ...@@ -28,12 +28,12 @@ use Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer;
class SerializerServiceProvider implements ServiceProviderInterface class SerializerServiceProvider implements ServiceProviderInterface
{ {
/** /**
* {@inheritDoc} * {@inheritdoc}
* *
* This method registers a serializer service. {@link http://api.symfony.com/master/Symfony/Component/Serializer/Serializer.html * This method registers a serializer service. {@link http://api.symfony.com/master/Symfony/Component/Serializer/Serializer.html
* The service is provided by the Symfony Serializer component}. * The service is provided by the Symfony Serializer component}.
* *
* @param Pimple $app * @param Container $app
*/ */
public function register(Container $app) public function register(Container $app)
{ {
......
...@@ -11,10 +11,6 @@ ...@@ -11,10 +11,6 @@
namespace Silex\Tests\Application; namespace Silex\Tests\Application;
use Silex\Application;
use Silex\Provider\RoutingServiceProvider;
use Silex\Provider\UrlGeneratorServiceProvider;
/** /**
* UrlGeneratorTrait test cases. * UrlGeneratorTrait test cases.
* *
......
...@@ -22,7 +22,7 @@ use Silex\Provider\Routing\LazyRequestMatcher; ...@@ -22,7 +22,7 @@ use Silex\Provider\Routing\LazyRequestMatcher;
class LazyRequestMatcherTest extends \PHPUnit_Framework_TestCase class LazyRequestMatcherTest extends \PHPUnit_Framework_TestCase
{ {
/** /**
* @covers Silex\LazyRequestMatcher::getResquestMatcher * @covers Silex\LazyRequestMatcher::getRequestMatcher
*/ */
public function testUserMatcherIsCreatedLazily() public function testUserMatcherIsCreatedLazily()
{ {
......
...@@ -13,7 +13,6 @@ namespace Silex\Tests\Provider; ...@@ -13,7 +13,6 @@ namespace Silex\Tests\Provider;
use Silex\Application; use Silex\Application;
use Silex\Provider\TwigServiceProvider; use Silex\Provider\TwigServiceProvider;
use Silex\Provider\HttpFragmentServiceProvider;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment