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 a48531e commit 81ca6c9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 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,9 +52,9 @@ final class File

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

public function getSmartFileInfo(): SmartFileInfo
Expand Down

0 comments on commit 81ca6c9

Please sign in to comment.