Passed
Pull Request — master (#7)
by Martin
02:49
created
Endpoints/StockTimeSeries.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         string $dataType = self::DATATYPE_JSON,
60 60
         string $outputsize = self::OUTPUTSIZE_COMPACT
61 61
     ) {
62
-        if (!in_array($outputsize, [self::OUTPUTSIZE_COMPACT, self::OUTPUTSIZE_FULL], true)) {
62
+        if (!in_array($outputsize, [ self::OUTPUTSIZE_COMPACT, self::OUTPUTSIZE_FULL ], true)) {
63 63
             throw new InvalidArgumentException('Invalid outputsize given, valid values are: full, compact');
64 64
         }
65 65
 
Please login to merge, or discard this patch.