Skip to content

Commit

Permalink
Merge "Remove Less_Parser->save() as public method"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed May 29, 2024
2 parents af582fa + 4d14ffd commit e87a2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Less/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ public function getParsedFiles() {
/**
* @internal since 4.3.0 No longer a public API.
*/
public function save() {
private function save() {
$this->saveStack[] = $this->pos;
}

Expand Down

0 comments on commit e87a2ce

Please sign in to comment.