Passed
Push — main ( 19a8df...b832f1 )
by smiley
01:52
created
src/Psr17/factory_helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
 const CHILLERLAN_PSR17_INCLUDES = true;
18 18
 
19
-const STREAM_MODES_READ_WRITE = ['a+', 'c+', 'c+b', 'c+t', 'r+' , 'r+b', 'r+t', 'w+' , 'w+b', 'w+t', 'x+' , 'x+b', 'x+t'];
19
+const STREAM_MODES_READ_WRITE = ['a+', 'c+', 'c+b', 'c+t', 'r+', 'r+b', 'r+t', 'w+', 'w+b', 'w+t', 'x+', 'x+b', 'x+t'];
20 20
 const STREAM_MODES_READ = [...STREAM_MODES_READ_WRITE, 'r', 'rb', 'rt'];
21 21
 const STREAM_MODES_WRITE = [...STREAM_MODES_READ_WRITE, 'a', 'rw', 'w', 'wb'];
22 22
 
Please login to merge, or discard this patch.