Completed
Push — master ( deee05...5e65f0 )
by Jamie
03:26
created
classes/models/FrmEntry.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 	 * @param int $duplicate_entry_time
107 107
 	 * @return bool
108 108
 	 */
109
-	private static function is_duplicate_check_needed( $values, $duplicate_entry_time ){
109
+	private static function is_duplicate_check_needed( $values, $duplicate_entry_time ) {
110 110
 		// If time for checking duplicates is set to an empty value, don't check for duplicates
111 111
 		if ( empty( $duplicate_entry_time ) ) {
112 112
 			return false;
Please login to merge, or discard this patch.