Passed
Pull Request — develop (#40)
by Pieter van der
02:45
created
library/tiqr/Tiqr/StateStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * @throws RuntimeException When the options configuration array misses a required parameter
48 48
      *
49 49
      */
50
-    public static function getStorage(string $type="file", array $options=array(), LoggerInterface $logger)
50
+    public static function getStorage(string $type = "file", array $options = array(), LoggerInterface $logger)
51 51
     {
52 52
         switch ($type) {
53 53
             case "file":
Please login to merge, or discard this patch.