Passed
Branch master (aa0338)
by Tim
40:47 queued 26:37
created
src/Auth/Source/Radius.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
             $radius->setNasIpAddress($_SERVER['SERVER_ADDR'] ?: $httpUtils->getSelfHost());
161 161
 
162 162
             if ($this->nasIdentifier !== null) {
163
-                $radius->setAttribute((string)self::RADIUS_NAS_IDENTIFIER, $this->nasIdentifier);
163
+                $radius->setAttribute((string) self::RADIUS_NAS_IDENTIFIER, $this->nasIdentifier);
164 164
             }
165 165
 
166 166
             if ($this->realm !== null) {
Please login to merge, or discard this patch.