We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ 777-785 (lines=9) @@ | ||
| 774 | ||
| 775 | $obj->extractMetadata($this->dmdSec[$dmdId]['xml'], $metadata); |
|
| 776 | ||
| 777 | } else { |
|
| 778 | ||
| 779 | if (TYPO3_DLOG) { |
|
| 780 | ||
| 781 | \TYPO3\CMS\Core\Utility\GeneralUtility::devLog('[tx_dlf_document->getMetadata('.$id.', '.$_cPid.')] Invalid class/method "'.$class.'->extractMetadata()" for metadata format "'.$this->dmdSec[$dmdId]['type'].'"', self::$extKey, SYSLOG_SEVERITY_WARNING); |
|
| 782 | ||
| 783 | } |
|
| 784 | ||
| 785 | } |
|
| 786 | ||
| 787 | } |
|
| 788 | ||
| @@ 789-799 (lines=11) @@ | ||
| 786 | ||
| 787 | } |
|
| 788 | ||
| 789 | } else { |
|
| 790 | ||
| 791 | if (TYPO3_DLOG) { |
|
| 792 | ||
| 793 | \TYPO3\CMS\Core\Utility\GeneralUtility::devLog('[tx_dlf_document->getMetadata('.$id.', '.$_cPid.')] Unsupported metadata format "'.$this->dmdSec[$dmdId]['type'].'" in dmdSec with @ID "'.$dmdId.'"', self::$extKey, SYSLOG_SEVERITY_WARNING); |
|
| 794 | ||
| 795 | } |
|
| 796 | ||
| 797 | return array (); |
|
| 798 | ||
| 799 | } |
|
| 800 | ||
| 801 | // Get the structure's type. |
|
| 802 | if (!empty($this->logicalUnits[$id])) { |
|