Passed
Pull Request — master (#8)
by Marco Aurélio
04:18
created
src/Testing/TokenGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
     public static function fromFile(string $path): self
26 26
     {
27
-        $key =file_get_contents($path);
27
+        $key = file_get_contents($path);
28 28
 
29 29
         return new self(JWKSet::createFromJson($key));
30 30
     }
Please login to merge, or discard this patch.