Completed
Branch scrutinizer-patch-1 (42a7d0)
by Ben
02:17
created
src/Former/Traits/Field.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
 
276 276
 			// If we have a rule with a value
277 277
 			if (($colon = strpos($rule, ':')) !== false) {
278
-				$rulename = substr($rule, 0, $colon) ;
278
+				$rulename = substr($rule, 0, $colon);
279 279
 
280 280
 				/**
281 281
 				 * Regular expressions may contain commas and should not be divided by str_getcsv.
Please login to merge, or discard this patch.