PHPScraper icon indicating copy to clipboard operation
PHPScraper copied to clipboard

deprecate magic properties / methods

Open tacman opened this issue 3 years ago • 0 comments

In my branch I've removed the magic __get and __call methods, and moved what was core into the phpscraper, so now there is only one class.

After a while I got tired of find/replace, so I created a rector rule to change the properties to method.

Is there a demo repository that uses I can use to test my branch? Tests are passing, except for the ones related to internal/external links, which I'll address in another issue.

tacman avatar Jul 15 '22 16:07 tacman