Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Feb 17, 2025
1 parent 5d0828f commit 9295164
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Infer/Services/ReferenceTypeResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,6 @@ private function resolveNewCallReferenceType(Scope $scope, NewCallReferenceType
->map(fn (TemplateType $t) => $inferredTemplates->get($t->name, new UnknownType))
->toArray(),
);
// dd(
// $type,
// $this->getMethodCallsSideEffectIntroducedTypesInConstructor($type, $scope, $classDefinition, $constructorDefinition)
// );

return $this->getMethodCallsSideEffectIntroducedTypesInConstructor($type, $scope, $classDefinition, $constructorDefinition);
}
Expand Down

0 comments on commit 9295164

Please sign in to comment.