refined existing extractors, re-added BioPortal extractor #32
Annotations
10 errors and 1 warning
Static Code Analysis:
bin/renew_index.php#L24
Call to method run() on an unknown class BioPortal.
|
Static Code Analysis:
bin/renew_index.php#L24
Instantiated class BioPortal not found.
|
Static Code Analysis:
bin/renew_index.php#L28
Unreachable statement - code above always terminates.
|
Static Code Analysis:
src/Cache.php#L32
Method App\Cache::createSimplifiedFilename() should return string but returns string|null.
|
Static Code Analysis:
src/Cache.php#L40
Method App\Cache::getCachedFilePathForFileUrl() throws checked exception Exception but it's missing from the PHPDoc @throws tag.
|
Static Code Analysis:
src/Cache.php#L44
Method App\Cache::getCachedFilePathForFileUrl() should return non-empty-string but returns string.
|
Static Code Analysis:
src/Cache.php#L46
Method App\Cache::getCachedFilePathForFileUrl() throws checked exception Exception but it's missing from the PHPDoc @throws tag.
|
Static Code Analysis:
src/Extractor/BioPortal.php#L74
Method App\Extractor\BioPortal::run() throws checked exception Psr\Cache\InvalidArgumentException but it's missing from the PHPDoc @throws tag.
|
Static Code Analysis:
src/Extractor/BioPortal.php#L83
Parameter #1 $iri of method App\TemporaryIndex::hasEntry() expects string, string|null given.
|
Static Code Analysis:
src/Extractor/BioPortal.php#L96
Method App\Extractor\BioPortal::run() throws checked exception Psr\Cache\InvalidArgumentException but it's missing from the PHPDoc @throws tag.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading