j0k3r / graby

Graby helps you extract article content from web pages
MIT License
363 stars 73 forks source link

rector: Update for latest version #293

Closed jtojnar closed 1 year ago

jtojnar commented 2 years ago

Currently broken for some reason:

If I revert the test fixtures, composer rector is no longer able to add them with Rector ≥ 0.13.1. It works with 0.13.0 and older. I do not see anything suspicious in the changes though https://github.com/rectorphp/rector-src/compare/0.13.0...0.13.1.

Opened https://github.com/rectorphp/rector/issues/7231.

jtojnar commented 2 years ago

Disabling parallel processing fixed the file creation. The PHPStan failure looks unrelated.

j0k3r commented 1 year ago

@jtojnar Thanks!