Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
d772bc56
Commit
d772bc56
authored
10 years ago
by
Vincent Petry
Browse files
Options
Downloads
Plain Diff
Merge pull request #14693 from owncloud/fix-phpdoc
Fix PHPDoc
parents
e56727e2
cdced56f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/public/appframework/http/icallbackresponse.php
+1
-1
1 addition, 1 deletion
lib/public/appframework/http/icallbackresponse.php
lib/public/appframework/http/streamresponse.php
+1
-1
1 addition, 1 deletion
lib/public/appframework/http/streamresponse.php
with
2 additions
and
2 deletions
lib/public/appframework/http/icallbackresponse.php
+
1
−
1
View file @
d772bc56
...
...
@@ -21,7 +21,7 @@ interface ICallbackResponse {
/**
* Outputs the content that should be printed
*
* @param IOutput a small wrapper that handles output
* @param IOutput
$output
a small wrapper that handles output
*/
function
callback
(
IOutput
$output
);
...
...
This diff is collapsed.
Click to expand it.
lib/public/appframework/http/streamresponse.php
+
1
−
1
View file @
d772bc56
...
...
@@ -32,7 +32,7 @@ class StreamResponse extends Response implements ICallbackResponse {
/**
* Streams the file using readfile
*
* @param IOutput a small wrapper that handles output
* @param IOutput
$output
a small wrapper that handles output
*/
public
function
callback
(
IOutput
$output
)
{
// handle caching
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment