Skip to content

Commit

Permalink
Merge "Remove Less_Parser->UnsetInput() 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 ca8690d + 902b2d6 commit 52230b9
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 @@ -706,7 +706,7 @@ private function SetInput( $file_path ) {
/**
* @internal since 4.3.0 No longer a public API.
*/
public function UnsetInput() {
private function UnsetInput() {
// Free up some memory
$this->input = $this->pos = $this->input_len = $this->furthest = null;
$this->saveStack = [];
Expand Down

0 comments on commit 52230b9

Please sign in to comment.