Completed
Push — broken-settings-panel-d60f55ea ( d60f55 )
by Thomas
35:23
created
db/calendar.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use OCA\Calendar\Utility\CalendarUtility;
30 30
 use OCA\Calendar\Utility\ColorUtility;
31 31
 use OCA\Calendar\Utility\SabreUtility;
32
-use OCA\Calendar\Cache;
33 32
 
34 33
 class Calendar extends Entity implements ICalendar {
35 34
 
Please login to merge, or discard this patch.
db/objectfactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
 
146 146
 	/**
147 147
 	 * @param $data
148
-	 * @param $format
148
+	 * @param integer $format
149 149
 	 * @param boolean $isEntity whether to return entity or collection
150 150
 	 * @return \OCA\Calendar\Db\Object
151 151
 	 */
Please login to merge, or discard this patch.
db/timezonemapper.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\Db;
23 23
 
24 24
 use OCP\AppFramework\Db\DoesNotExistException;
25
-use OCA\Calendar\IEntity;
26 25
 use OCP\AppFramework\Db\Entity;
27 26
 use OCP\Util;
28 27
 
Please login to merge, or discard this patch.
utility/sabreutility.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 	/**
84 84
 	 * count number of components by identifier defined in $properties
85 85
 	 * @param \Sabre\VObject\Component\VCalendar $vcalendar
86
-	 * @param array $properties array of strings representing $properties
86
+	 * @param string[] $properties array of strings representing $properties
87 87
 	 * @return integer
88 88
 	 */
89 89
 	public function countSabreObjects(Component\VCalendar $vcalendar, $properties) {
Please login to merge, or discard this 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.
appinfo/application.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -31,12 +31,10 @@
 block discarded – undo
31 31
 use OCA\Calendar\ICalendar;
32 32
 use OCA\Calendar\IObject;
33 33
 use OCA\Calendar\IObjectCollection;
34
-
35 34
 use OCP\AppFramework\Http;
36 35
 use OCP\AppFramework\Http\JSONResponse;
37 36
 use OCP\IRequest;
38 37
 use OCP\IUserSession;
39
-
40 38
 use DateTime;
41 39
 
42 40
 class ObjectController extends Controller {
Please login to merge, or discard this patch.
backend/webcal/backend.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.
backend/webcal/calendar.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.
backend/webcal/object.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.
businesslayer/calendarrequestmanager.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.