Completed
Push — broken-settings-panel-d60f55ea ( d60f55 )
by Thomas
35:23
created
http/json/objectresponse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OCA\Calendar\Utility;
23 23
 
24 24
 use OCP\AppFramework\Db\DoesNotExistException;
25
-
26 25
 use OCA\Calendar\Db\Timezone;
27 26
 use OCA\Calendar\Db\TimezoneMapper;
28 27
 use Sabre\VObject\Component;
Please login to merge, or discard this patch.
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.