Passed
Push — master ( 774cb9...35b872 )
by Atanas
05:13
created
src/View/HasNameTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
 
20 20
 	/**
21 21
 	 * {@inheritDoc}
22
+	 * @param string $name
22 23
 	 */
23 24
 	public function setName( $name ) {
24 25
 		$this->name = $name;
Please login to merge, or discard this patch.