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
c86b6f59
Commit
c86b6f59
authored
Dec 29, 2014
by
Dave Marshall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docblock type
parent
a7768253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Silex/Application.php
src/Silex/Application.php
+1
-1
No files found.
src/Silex/Application.php
View file @
c86b6f59
...
...
@@ -413,7 +413,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
* an instance of Response. When this occurs, all suitable handlers will be
* called, until one returns a Response object.
*
* @param
mixed
$callback View handler callback
* @param
callable
$callback View handler callback
* @param integer $priority The higher this value, the earlier an event
* listener will be triggered in the chain (defaults to 0)
*/
...
...
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