Completed
Push — master ( 316baf...2178d1 )
by Raffael
67:25 queued 62:39
created
src/lib/Secret.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
             'kind' => 'Secret',
48 48
             'namespace' => $this->namespace->getName(),
49 49
             'data' => $this->getData(),
50
-       ];
50
+        ];
51 51
 
52 52
         return AttributeResolver::resolve($request, $this, $resource);
53 53
     }
Please login to merge, or discard this patch.