Add composer.lock #3
Annotations
11 errors
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L12
lib/BackgroundJob/ImportCalendarJob.php:12:10: MissingPropertyType: Property OCA\Google\BackgroundJob\ImportCalendarJob::$service does not have a declared type - consider OCA\Google\Service\GoogleCalendarAPIService (see https://psalm.dev/045)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L20
lib/BackgroundJob/ImportCalendarJob.php:20:25: ParamNameMismatch: Argument 1 of OCA\Google\BackgroundJob\ImportCalendarJob::run has wrong name $arguments, expecting $argument as defined by OCP\BackgroundJob\Job::run (see https://psalm.dev/230)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L20
lib/BackgroundJob/ImportCalendarJob.php:20:25: MissingParamType: Parameter $arguments has no provided type (see https://psalm.dev/154)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L21
lib/BackgroundJob/ImportCalendarJob.php:21:46: MixedArrayAccess: Cannot access array value on mixed variable $arguments (see https://psalm.dev/051)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L21
lib/BackgroundJob/ImportCalendarJob.php:21:46: MixedOperand: Right operand cannot be mixed (see https://psalm.dev/059)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L22
lib/BackgroundJob/ImportCalendarJob.php:22:3: MixedAssignment: Unable to determine the type that $result is being assigned to (see https://psalm.dev/032)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L22
lib/BackgroundJob/ImportCalendarJob.php:22:29: MixedMethodCall: Cannot determine the type of $this->service when calling method safeImportCalendar (see https://psalm.dev/015)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L23
lib/BackgroundJob/ImportCalendarJob.php:23:4: MixedArrayAccess: Cannot access array value on mixed variable $arguments (see https://psalm.dev/051)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L24
lib/BackgroundJob/ImportCalendarJob.php:24:4: MixedArrayAccess: Cannot access array value on mixed variable $arguments (see https://psalm.dev/051)
|
Run coding standards check:
lib/BackgroundJob/ImportCalendarJob.php#L25
lib/BackgroundJob/ImportCalendarJob.php:25:4: MixedArrayAccess: Cannot access array value on mixed variable $arguments (see https://psalm.dev/051)
|
Loading