Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
1of0
php
curly
Commits
0d60ddd6
Commit
0d60ddd6
authored
Feb 26, 2016
by
TheBigB
Browse files
Merge branch 'release/0.2.5'
parents
e3963eeb
6d9e97bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/Handlers/CancellableHandler.php
src/Handlers/CancellableHandler.php
+1
-1
src/Handlers/StreamHandler.php
src/Handlers/StreamHandler.php
+3
-3
No files found.
src/Handlers/CancellableHandler.php
View file @
0d60ddd6
...
...
@@ -21,7 +21,7 @@ class CancellableHandler extends AbstractHandler
*
* @var CancellationCallbackInterface $cancellationCallback
*/
pr
ivate
$cancellationCallback
;
pr
otected
$cancellationCallback
;
/**
* Creates an instance of the CancellableHandler.
...
...
src/Handlers/StreamHandler.php
View file @
0d60ddd6
...
...
@@ -24,14 +24,14 @@ class StreamHandler extends CancellableHandler
*
* @var SharedStreamInterface $inputStream
*/
pr
ivate
$inputStream
;
pr
otected
$inputStream
;
/**
* Holds the output stream.
*
* @var SharedStreamInterface $outputStream
*/
pr
ivate
$outputStream
;
pr
otected
$outputStream
;
/**
* Holds a boolean value indicating whether or not the received headers are automatically forwarded to the PHP
...
...
@@ -39,7 +39,7 @@ class StreamHandler extends CancellableHandler
*
* @var bool $forwardsOutputHeader
*/
pr
ivate
$forwardsOutputHeader
=
false
;
pr
otected
$forwardsOutputHeader
=
false
;
/**
* Creates an instance of the StreamHandler, optionally providing an input or output stream, or a cancellation
...
...
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