Passed
Push — master ( aa0338...9087a9 )
by Tim
01:29
created
src/Auth/Source/Radius.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
             $radius->setIncludeMessageAuthenticator();
158 158
 
159 159
             $httpUtils = new Utils\HTTP();
160
-            $radius->setAttribute((string)self::RADIUS_NAS_IDENTIFIER, $this->nasIdentifier ?: $httpUtils->getSelfHost());
160
+            $radius->setAttribute((string) self::RADIUS_NAS_IDENTIFIER, $this->nasIdentifier ?: $httpUtils->getSelfHost());
161 161
 
162 162
             if ($this->realm !== null) {
163 163
                 $radius->setRadiusSuffix('@' . $this->realm);
Please login to merge, or discard this patch.