Skip to content

Commit

Permalink
depr: ConfigInterface::getPhpExecutable() and ConfigInterface::setPhp…
Browse files Browse the repository at this point in the history
…Executable() (PHP-CS-Fixer#8192)
  • Loading branch information
keradus authored Sep 1, 2024
1 parent 3c88c67 commit 8950987
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ public function getName(): string;

/**
* Get configured PHP executable, if any.
*
* @deprecated
*
* @TODO 4.0 remove me
*/
public function getPhpExecutable(): ?string;

Expand Down Expand Up @@ -116,6 +120,10 @@ public function setLineEnding(string $lineEnding): self;

/**
* Set PHP executable.
*
* @deprecated
*
* @TODO 4.0 remove me
*/
public function setPhpExecutable(?string $phpExecutable): self;

Expand Down

0 comments on commit 8950987

Please sign in to comment.