Passed
Push — master ( eac606...788c0b )
by Alex
03:59
created
Mezon/SocialNetwork/BaseAuth.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      */
69 69
     public function auth(string $code): bool
70 70
     {
71
-        if ($code && ! empty($this->settings)) {
71
+        if ($code && !empty($this->settings)) {
72 72
 
73 73
             $params = $this->getTokenParams($code);
74 74
 
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
      */
107 107
     public function getLink(): string
108 108
     {
109
-        if (! empty($this->settings)) {
109
+        if (!empty($this->settings)) {
110 110
             $query = http_build_query(
111 111
                 [
112 112
 
Please login to merge, or discard this patch.