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
f0b9a489
Commit
f0b9a489
authored
Jan 15, 2015
by
SofHad
Committed by
Fabien Potencier
Jan 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Minor] Remove dead code & fix phpdoc
parent
ed8423b9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
src/Silex/ServiceProviderInterface.php
src/Silex/ServiceProviderInterface.php
+0
-2
tests/Silex/Tests/CallbackServicesTest.php
tests/Silex/Tests/CallbackServicesTest.php
+0
-1
No files found.
src/Silex/ServiceProviderInterface.php
View file @
f0b9a489
...
@@ -23,8 +23,6 @@ interface ServiceProviderInterface
...
@@ -23,8 +23,6 @@ interface ServiceProviderInterface
*
*
* This method should only be used to configure services and parameters.
* This method should only be used to configure services and parameters.
* It should not get services.
* It should not get services.
*
* @param Application $app An Application instance
*/
*/
public
function
register
(
Application
$app
);
public
function
register
(
Application
$app
);
...
...
tests/Silex/Tests/CallbackServicesTest.php
View file @
f0b9a489
...
@@ -13,7 +13,6 @@ namespace Silex\Tests;
...
@@ -13,7 +13,6 @@ namespace Silex\Tests;
use
Silex\Application
;
use
Silex\Application
;
use
Symfony\Component\HttpFoundation\Request
;
use
Symfony\Component\HttpFoundation\Request
;
use
Symfony\Component\HttpFoundation\Response
;
use
Silex\Provider\ServiceControllerServiceProvider
;
use
Silex\Provider\ServiceControllerServiceProvider
;
/**
/**
...
...
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