Completed
Push — master ( 36a1f7...2a8a6b )
by Josh
01:52
created
src/ShortestCommonSuperstring.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,7 @@
 block discarded – undo
113 113
 		if (isset($this->suffixes[$rightKey]))
114 114
 		{
115 115
 			$this->suffixes[$leftKey] = $this->suffixes[$rightKey];
116
-		}
117
-		else
116
+		} else
118 117
 		{
119 118
 			unset($this->suffixes[$leftKey]);
120 119
 		}
Please login to merge, or discard this patch.