Passed
Pull Request — master (#19)
by Anton
03:33
created
www/engine/System/Classes/Modules/Extend/Utils/Loader/Basic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
 		/**
134 134
 		 * Get the active item data or a specific param value
135 135
 		 *
136
-		 * @return array|mixed|false : the data array, the param value, or false if the active item was not loaded
136
+		 * @return string : the data array, the param value, or false if the active item was not loaded
137 137
 		 */
138 138
 
139 139
 		public function get(string $param = null) {
Please login to merge, or discard this patch.
www/engine/System/Classes/Utils/Uploader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 		/**
61 61
 		 * Save an uploaded file
62 62
 		 *
63
-		 * @return true|string|false : true on success, an error code on failure, or false if there are no uploaded files
63
+		 * @return string|boolean : true on success, an error code on failure, or false if there are no uploaded files
64 64
 		 */
65 65
 
66 66
 		public static function save(string $name, string $dir_name) {
Please login to merge, or discard this patch.