owncloud/core

View on GitHub
lib/public/IDateTimeFormatter.php

Summary

Maintainability
A
1 hr
Test Coverage

Method formatDateTime has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function formatDateTime($timestamp, $formatDate = 'long', $formatTime = 'medium', \DateTimeZone $timeZone = null, \OCP\IL10N $l = null);
Severity: Minor
Found in lib/public/IDateTimeFormatter.php - About 35 mins to fix

    Method formatDateTimeRelativeDay has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function formatDateTimeRelativeDay($timestamp, $formatDate = 'long', $formatTime = 'medium', \DateTimeZone $timeZone = null, \OCP\IL10N $l = null);
    Severity: Minor
    Found in lib/public/IDateTimeFormatter.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status