Completed
Push — master ( a55389...d2f59c )
by Aimeos
08:52
created
lib/custom/src/MW/Container/Content/PHPExcel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 	/**
54 54
 	 * Adds a row to the content object.
55 55
 	 *
56
-	 * @param mixed $data Data to add
56
+	 * @param string[] $data Data to add
57 57
 	 */
58 58
 	public function add( $data )
59 59
 	{
Please login to merge, or discard this patch.
lib/custom/src/MW/Container/PHPExcel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 	/**
100 100
 	 * Adds content data to the container.
101 101
 	 *
102
-	 * @param \Aimeos\MW\Container\Content\Iface $content Content object
102
+	 * @param Content\PHPExcel $content Content object
103 103
 	 */
104 104
 	public function add( \Aimeos\MW\Container\Content\Iface $content )
105 105
 	{
Please login to merge, or discard this patch.