Skip to content
Snippets Groups Projects
Commit 44010b97 authored by micha.jakubowski's avatar micha.jakubowski Committed by Claudiu Cristea
Browse files

ISAICP-9407: Cleanup annotations

parent 23d27ca9
No related branches found
No related tags found
1 merge request!210Patch release 2.2.1
......@@ -116,7 +116,7 @@ public function fetch(string $providerId): int {
]);
}
else {
// We have unstable API behind the current @EuOssCatalogueProvider
// We have unstable API behind the current EuOssCatalogueProvider
// plugin instance.
$this->logger->error(
"Unstable API behind '@provider' provider plugin, skipping cleanup. Exceptions:\n@exception-messages",
......
......@@ -20,13 +20,6 @@
/**
* Developers Italia provider.
*
* @EuOssCatalogueProvider(
* id = "developers_italia",
* label = @Translation("Developers Italia"),
* description = @Translation("Italian National OSS Catalogue, by https://developers.italia.it website."),
* parser = "publiccode_yml",
* )
*/
#[EuOssCatalogueProvider(id: "developers_italia", label: "Developers Italia", parser: "publiccode_yml", description: "Italian National OSS Catalogue, by https://developers.italia.it website.")]
class DevelopersItalia extends EuOssCatalogueProviderPluginBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment