Completed
Push — master ( e03be1...f7a75b )
by Stephen
02:48
created
src/Examples/ExtensionExample.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function isRedditor($redditUsername)
27 27
     {
28
-        if (preg_match("%^((https?://)|reddit.com/u(ser)?/" . $redditUsername . "/?\s*(<br />)?\\n%i",$this->bio) == 1) {
28
+        if (preg_match("%^((https?://)|reddit.com/u(ser)?/" . $redditUsername . "/?\s*(<br />)?\\n%i", $this->bio) == 1) {
29 29
             return true;
30 30
         }
31 31
 
Please login to merge, or discard this patch.