Skip to content

Conversation

Krinkle
Copy link

@Krinkle Krinkle commented Jul 2, 2024

Fix Less_Parser::AllParsedFiles -> getParsedFiles().

This was previously calling the static method Less_Parser::AllParsedFiles, but
using a non-standard casing for the method name, and via the instance rather
than static access to the static function.

This has been deprecated in 4.x and removed in 5.0 in favour of getParsedFiles,
which does what the code previously expected already.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant