Completed
Push — devel ( 480836...129972 )
by Philippe
02:31
created
src/models/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
                 if (is_array($data) === false) {
74 74
                     $data = explode(' ', $data);
75 75
                 }
76
-                foreach($data as $redirectUri) {
76
+                foreach ($data as $redirectUri) {
77 77
                     $isLocalhost = strncmp('http://localhost', $redirectUri, 16);
78 78
                     $isSecureLocalhost = strncmp('https://localhost', $redirectUri, 17);
79 79
                     if (($isLocalhost !== 0) && ($isSecureLocalhost !== 0)) {
Please login to merge, or discard this patch.