Passed
Push — master ( 8e4666...c68e5f )
by Bjørn
08:23
created
src/Convert/Converters/Wpc.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,10 +49,10 @@
 block discarded – undo
49 49
         parent::createOptions();
50 50
 
51 51
         $this->options2->addOptions(
52
-            new SensitiveStringOption('api-key', ''),   /* for communicating with wpc api v.1+ */
53
-            new SensitiveStringOption('secret', ''),    /* for communicating with wpc api v.0 */
52
+            new SensitiveStringOption('api-key', ''), /* for communicating with wpc api v.1+ */
53
+            new SensitiveStringOption('secret', ''), /* for communicating with wpc api v.0 */
54 54
             new SensitiveStringOption('api-url', ''),
55
-            new SensitiveStringOption('url', ''),       /* DO NOT USE. Only here to keep the protection */
55
+            new SensitiveStringOption('url', ''), /* DO NOT USE. Only here to keep the protection */
56 56
             new IntegerOption('api-version', 2, 0, 2),
57 57
             new BooleanOption('crypt-api-key-in-transfer', false)  /* new in api v.1 */
58 58
         );
Please login to merge, or discard this patch.