Passed
Push — release-2.1 ( a8f78b...0e5bfc )
by Mathias
07:11
created
Sources/Subs-Db-postgresql.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -683,7 +683,7 @@
 block discarded – undo
683 683
 		foreach ($columns as $columnName => $type)
684 684
 		{
685 685
 			//check pk fiel
686
-			IF (in_array($columnName, $keys))
686
+			if (in_array($columnName, $keys))
687 687
 			{
688 688
 				$key_str .= ($count_pk > 0 ? ',' : '');
689 689
 				$key_str .= $columnName;
Please login to merge, or discard this patch.