File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
use Symfony \Component \OptionsResolver \OptionsResolver ;
13
13
14
14
/**
15
- * Decorate the body of the request and the response if it's not seekable by using Http\Message\Stream\BufferedStream
15
+ * Decorate the body of the request and the response if it's not seekable by using Http\Message\Stream\BufferedStream.
16
16
*
17
17
* @author Joel Wurtz <joel.wurtz@gmail.com>
18
18
*/
@@ -34,7 +34,7 @@ public function __construct(array $config = [])
34
34
$ resolver = new OptionsResolver ();
35
35
$ resolver ->setDefaults ([
36
36
'use_file_buffer ' => true ,
37
- 'memory_buffer_size ' => 2097152
37
+ 'memory_buffer_size ' => 2097152 ,
38
38
]);
39
39
$ resolver ->setAllowedTypes ('use_file_buffer ' , 'bool ' );
40
40
$ resolver ->setAllowedTypes ('memory_buffer_size ' , 'int ' );
You can’t perform that action at this time.
0 commit comments