Skip to content
Snippets Groups Projects
Commit 078b8188 authored by Alex Barth's avatar Alex Barth
Browse files

Fix comments.

parent b0195b78
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,7 @@ abstract class FeedsProcessor extends FeedsPlugin { ...@@ -21,8 +21,7 @@ abstract class FeedsProcessor extends FeedsPlugin {
protected $entity_type; protected $entity_type;
/** /**
* Process the result of the parser or previous processors. * Process the result of the parsing stage.
* Extending classes must implement this method.
* *
* @param FeedsSource $source * @param FeedsSource $source
* Source information about this import. * Source information about this import.
...@@ -32,8 +31,8 @@ abstract class FeedsProcessor extends FeedsPlugin { ...@@ -32,8 +31,8 @@ abstract class FeedsProcessor extends FeedsPlugin {
public abstract function process(FeedsSource $source, FeedsParserResult $parser_result); public abstract function process(FeedsSource $source, FeedsParserResult $parser_result);
/** /**
* Remove all stored results or stored results up to a certain time for this * Remove all stored results or stored results up to a certain time for a
* configuration/this source. * source.
* *
* @param FeedsSource $source * @param FeedsSource $source
* Source information for this expiry. Implementers should only delete items * Source information for this expiry. Implementers should only delete items
......
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