Passed
Pull Request — master (#19)
by Anton
03:33
created
www/engine/System/Classes/Modules/Extend/Utils/Extension.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,10 +23,10 @@
 block discarded – undo
23 23
 		}
24 24
 
25 25
 		/**
26
- 		 * Validate an item name
27
- 		 *
28
- 		 * @return string|false : the name or false on failure
29
- 		 */
26
+		 * Validate an item name
27
+		 *
28
+		 * @return string|false : the name or false on failure
29
+		 */
30 30
 
31 31
 		public static function validate(string $name) {
32 32
 
Please login to merge, or discard this patch.