Passed
Push — master ( 903b99...8b0ce8 )
by John
16:37 queued 11s
created
core/Command/User/Report.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 				'count-dirs',
62 62
 				null,
63 63
 				InputOption::VALUE_NONE,
64
-				'Also count the number of user directories in the database (could time out on huge installations, therefore defaults to no with ' . self::DEFAULT_COUNT_DIRS_MAX_USERS . '+ users)'
64
+				'Also count the number of user directories in the database (could time out on huge installations, therefore defaults to no with '.self::DEFAULT_COUNT_DIRS_MAX_USERS.'+ users)'
65 65
 			)
66 66
 		;
67 67
 	}
Please login to merge, or discard this patch.