Passed
Pull Request — master (#16)
by Anton
03:08
created
www/engine/Framework/Classes/Request/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 		/**
57 57
 		 * Get a FILE-param value
58 58
 		 *
59
-		 * @return array|false : the array with file info or false if the param does not exist
59
+		 * @return string : the array with file info or false if the param does not exist
60 60
 		 */
61 61
 
62 62
 		public static function file(string $name) {
Please login to merge, or discard this patch.
www/engine/System/Classes/Modules/Entitizer/Utils/Entity.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@
 block discarded – undo
110 110
 
111 111
 		# Check if unique param value exists
112 112
 
113
+		/**
114
+		 * @param string $value
115
+		 */
113 116
 		public function check($value, string $name) {
114 117
 
115 118
 			# Get initiation index
Please login to merge, or discard this patch.