Completed
Push — master ( 699937...0e2ed4 )
by Martin
10:31
created
Endpoints/ForeEx.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
             );
92 92
         }
93 93
 
94
-        if (!in_array($outputsize, [self::OUTPUTSIZE_COMPACT, self::OUTPUTSIZE_FULL], true)) {
94
+        if (!in_array($outputsize, [ self::OUTPUTSIZE_COMPACT, self::OUTPUTSIZE_FULL ], true)) {
95 95
             throw new InvalidArgumentException('Invalid outputsize given, valid values are: full, compact');
96 96
         }
97 97
 
Please login to merge, or discard this patch.
Endpoints/StockTimeSeries.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         string $outputsize = self::OUTPUTSIZE_COMPACT,
65 65
         string $interval = self::INTERVAL_5_MIN
66 66
     ) {
67
-        if (!in_array($outputsize, [self::OUTPUTSIZE_COMPACT, self::OUTPUTSIZE_FULL], true)) {
67
+        if (!in_array($outputsize, [ self::OUTPUTSIZE_COMPACT, self::OUTPUTSIZE_FULL ], true)) {
68 68
             throw new InvalidArgumentException('Invalid outputsize given, valid values are: full, compact');
69 69
         }
70 70
 
Please login to merge, or discard this patch.