Skip to content

Commit

Permalink
Merge "Make Less_Parser->SetInput() a private 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 e87a2ce + 5babaf4 commit ca8690d
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 @@ -685,7 +685,7 @@ private function GetRules( $file_path ) {
/**
* @internal since 4.3.0 No longer a public API.
*/
public function SetInput( $file_path ) {
private function SetInput( $file_path ) {
// Set up the input buffer
if ( $file_path ) {
$this->input = file_get_contents( $file_path );
Expand Down

0 comments on commit ca8690d

Please sign in to comment.