Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
85558b76
Commit
85558b76
authored
Apr 24, 2015
by
Possum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean ups on master
parent
306eea94
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
8 deletions
+3
-8
src/Silex/Provider/SerializerServiceProvider.php
src/Silex/Provider/SerializerServiceProvider.php
+2
-2
tests/Silex/Tests/Application/UrlGeneratorTraitTest.php
tests/Silex/Tests/Application/UrlGeneratorTraitTest.php
+0
-4
tests/Silex/Tests/LazyRequestMatcherTest.php
tests/Silex/Tests/LazyRequestMatcherTest.php
+1
-1
tests/Silex/Tests/Provider/TwigServiceProviderTest.php
tests/Silex/Tests/Provider/TwigServiceProviderTest.php
+0
-1
No files found.
src/Silex/Provider/SerializerServiceProvider.php
View file @
85558b76
...
@@ -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
{
{
/**
/**
* {@inherit
D
oc}
* {@inherit
d
oc}
*
*
* 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
)
{
{
...
...
tests/Silex/Tests/Application/UrlGeneratorTraitTest.php
View file @
85558b76
...
@@ -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.
*
*
...
...
tests/Silex/Tests/LazyRequestMatcherTest.php
View file @
85558b76
...
@@ -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::getRe
s
questMatcher
* @covers Silex\LazyRequestMatcher::getRequestMatcher
*/
*/
public
function
testUserMatcherIsCreatedLazily
()
public
function
testUserMatcherIsCreatedLazily
()
{
{
...
...
tests/Silex/Tests/Provider/TwigServiceProviderTest.php
View file @
85558b76
...
@@ -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
;
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment