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 1212use Symfony \Component \OptionsResolver \OptionsResolver ;
1313
1414/**
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.
1616 *
1717 * @author Joel Wurtz <joel.wurtz@gmail.com>
1818 */
@@ -34,7 +34,7 @@ public function __construct(array $config = [])
3434 $ resolver = new OptionsResolver ();
3535 $ resolver ->setDefaults ([
3636 'use_file_buffer ' => true ,
37- 'memory_buffer_size ' => 2097152
37+ 'memory_buffer_size ' => 2097152 ,
3838 ]);
3939 $ resolver ->setAllowedTypes ('use_file_buffer ' , 'bool ' );
4040 $ resolver ->setAllowedTypes ('memory_buffer_size ' , 'int ' );
You can’t perform that action at this time.
0 commit comments