Completed
Push — 0.2.1 ( dab97b...c28689 )
by Anton
05:05
created
www/engine/System/Classes/Utils/Validate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 
50 50
 		# Validate file or directory name
51 51
 
52
+		/**
53
+		 * @return string
54
+		 */
52 55
 		public static function fileName(string $value) {
53 56
 
54 57
 			return (preg_match(REGEX_FILE_NAME, $value) ? $name : false);
Please login to merge, or discard this patch.