Skip to content

Commit 6615cdd

Browse files
committed
getFixedErrorDiff is experimental
1 parent 54edbfb commit 6615cdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Analyser/Error.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ public function getMetadata(): array
252252
return $this->metadata;
253253
}
254254

255+
/**
256+
* @internal Experimental
257+
*/
255258
public function getFixedErrorDiff(): ?FixedErrorDiff
256259
{
257260
return $this->fixedErrorDiff;

0 commit comments

Comments
 (0)