Completed
Push — collection_tests-2c7804b0 ( 2c7804 )
by Thomas
18:20
created
tests/unit/db/collectionTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@
 block discarded – undo
27 27
 
28 28
 class TestEntity extends Entity {
29 29
 	private $name;
30
+
31
+	/**
32
+	 * @param string $name
33
+	 */
30 34
 	public function __construct($name)
31 35
 	{
32 36
 		$this->name = $name;
Please login to merge, or discard this patch.