Skip to content

v0.4.0: Shared HTML crawlers

Pre-release
Pre-release
Compare
Choose a tag to compare
@Tom32i Tom32i released this 07 Jun 09:28
· 297 commits to master since this release
9b81e96

Changelog

Breaking Changes ⚠️

The second arguments $type has been dropped in Stenope\Bundle\Behaviour\ProcessorInterface:

- public function __invoke(array &$data, string $type, Content $content): void;
+ public function __invoke(array &$data, Content $content): void;

To access the type of content being processed, use:

$content->getType();