Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizen-ci committed May 10, 2021
1 parent ae94015 commit e52808a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/ValueObject/Application/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ final class File
*/
private $hasChanged = false;

/**
* @var string
*/
private $originalFileContent;

/**
* @var FileDiff|null
*/
Expand Down Expand Up @@ -57,10 +52,9 @@ final class File

public function __construct(
private SmartFileInfo $smartFileInfo,
private string $fileContent
private string $originalFileContent
)
{
$this->originalFileContent = $fileContent;
}

public function getSmartFileInfo(): SmartFileInfo
Expand Down

0 comments on commit e52808a

Please sign in to comment.