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
6a54320e
Commit
6a54320e
authored
Sep 22, 2014
by
jeroendedauw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing @param tags
parent
d74cb1f9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
src/Silex/Api/BootableProviderInterface.php
src/Silex/Api/BootableProviderInterface.php
+2
-0
src/Silex/ControllerCollection.php
src/Silex/ControllerCollection.php
+1
-0
src/Silex/ExceptionListenerWrapper.php
src/Silex/ExceptionListenerWrapper.php
+1
-0
No files found.
src/Silex/Api/BootableProviderInterface.php
View file @
6a54320e
...
...
@@ -26,6 +26,8 @@ interface BootableProviderInterface
* This method is called after all services are registered
* and should be used for "dynamic" configuration (whenever
* a service must be requested).
*
* @param Application $app
*/
public
function
boot
(
Application
$app
);
}
src/Silex/ControllerCollection.php
View file @
6a54320e
...
...
@@ -45,6 +45,7 @@ class ControllerCollection
/**
* Constructor.
* @param Route $defaultRoute
*/
public
function
__construct
(
Route
$defaultRoute
)
{
...
...
src/Silex/ExceptionListenerWrapper.php
View file @
6a54320e
...
...
@@ -31,6 +31,7 @@ class ExceptionListenerWrapper
* Constructor.
*
* @param Application $app An Application instance
* @param callable $callback
*/
public
function
__construct
(
Application
$app
,
$callback
)
{
...
...
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