Passed
Pull Request — master (#10)
by Anton
04:10
created
www/engine/Framework/Classes/Form/Utils/Field.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 
15 15
 		# Get tag
16 16
 
17
+		/**
18
+		 * @param string $contents
19
+		 */
17 20
 		protected function getTag(string $name, array $attributes = [], $contents = null) {
18 21
 
19 22
 			$tag = new Tag($name, $attributes, $contents);
Please login to merge, or discard this patch.