Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 17, 2024
1 parent 43ba54d commit c4f0fd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1129,8 +1129,6 @@ private function createStorageForFunctionLike(
throw new UnexpectedValueException('Unrecognized functionlike');
}

$storage->fake = $fake_method;

return [
$cased_function_id,
$storage,
Expand Down
2 changes: 0 additions & 2 deletions src/Psalm/Storage/FunctionLikeStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ abstract class FunctionLikeStorage implements HasAttributesInterface, Stringable

public ?bool $deprecated = null;

public bool $fake = false;

/**
* @var list<non-empty-string>
*/
Expand Down

0 comments on commit c4f0fd5

Please sign in to comment.