Skip to content

Commit 7cfdce7

Browse files
50bhanJibbarth
andauthored
Implement getDefinition() method
Co-authored-by: Jibé Barth <[email protected]>
1 parent 8ebd257 commit 7cfdce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Insights/FixerDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ private function skipFilesFromExcludedFiles(SplFileInfo $file): bool
150150

151151
public function getDefinition(): FixerDefinitionInterface
152152
{
153-
// TODO: Implement getDefinition() method.
153+
return $this->fixer->getDefinition();
154154
}
155155
}

0 commit comments

Comments
 (0)