Completed
Push — master ( 5377b7...98cce7 )
by Greg
05:49
created
app/Http/Controllers/BranchesController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -382,7 +382,7 @@
 block discarded – undo
382 382
 
383 383
         // One is a substring of the other.  e.g. Halen / Van Halen
384 384
         return stripos($surname1, $surname2) !== false || stripos($surname2, $surname1) !== false;
385
-     }
385
+        }
386 386
 
387 387
     /**
388 388
      * Convert a SOSA number into a generation number. e.g. 8 = great-grandfather = 3 generations
Please login to merge, or discard this patch.