Completed
Push — master ( 6565fb...b207da )
by Thomas
10:01
created
src/validator/constraints/UniqueUsername.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,6 +8,6 @@
 block discarded – undo
8 8
 	public $message = 'Username %username% is already been taken';
9 9
 	
10 10
 	public function validatedBy() {
11
-		return get_class($this).'Validator';
11
+		return get_class($this) . 'Validator';
12 12
 	}
13 13
 }
14 14
\ No newline at end of file
Please login to merge, or discard this patch.