Passed
Push — master ( 9554c6...975525 )
by Bjørn
03:42
created
src/Convert/Converters/BaseTraits/OptionsTrait.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@  discard block
 block discarded – undo
31 31
     protected static $optionDefinitionsBasic = [
32 32
         ['alpha-quality', 'integer', 85],
33 33
         ['auto-filter', 'boolean', false],
34
-        ['default-quality', 'number', 75],       // PS: Default is altered to 85 for PNG in ::getDefaultOptions()
35
-        ['encoding', 'string', "auto"],          // PS: Default is altered to "lossy" for JPG in ::getDefaultOptions()
34
+        ['default-quality', 'number', 75], // PS: Default is altered to 85 for PNG in ::getDefaultOptions()
35
+        ['encoding', 'string', "auto"], // PS: Default is altered to "lossy" for JPG in ::getDefaultOptions()
36 36
         //['lossless', 'boolean|string', false],   // PS: Default is altered to "auto" for PNG in ::getDefaultOptions()
37 37
         ['low-memory', 'boolean', false],
38 38
         ['log-call-arguments', 'boolean', false],
@@ -40,8 +40,8 @@  discard block
 block discarded – undo
40 40
         ['metadata', 'string', 'none'],
41 41
         ['method', 'number', 6],
42 42
         ['near-lossless', 'integer', 60],
43
-        ['preset', 'string', null],              // ('default' | 'photo' | 'picture' | 'drawing' | 'icon' | 'text')
44
-        ['quality', 'number|string', 'auto'],    // PS: Default is altered to 85 for PNG in ::getDefaultOptions()
43
+        ['preset', 'string', null], // ('default' | 'photo' | 'picture' | 'drawing' | 'icon' | 'text')
44
+        ['quality', 'number|string', 'auto'], // PS: Default is altered to 85 for PNG in ::getDefaultOptions()
45 45
         ['size-in-percentage', 'number', null],
46 46
         ['skip', 'boolean', false],
47 47
         ['use-nice', 'boolean', false],
Please login to merge, or discard this patch.