Test Failed
Pull Request — master (#77)
by Evgeny
10:42
created
Entity/RefreshToken.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function __toString()
62 62
     {
63
-        return (string)$this->getRefreshToken();
63
+        return (string) $this->getRefreshToken();
64 64
     }
65 65
 
66 66
     public function getId(): ? int
Please login to merge, or discard this patch.