Skip to content

Commit d8a7b25

Browse files
committed
Adding @internal annotation
1 parent cce2531 commit d8a7b25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Configuration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ public function getAnnotationParser(): AnnotationParser
249249
return $this->annotationParser;
250250
}
251251

252+
/**
253+
* @internal
254+
*/
252255
public static function getDefaultLockFilePath(): string
253256
{
254257
return RootProjectLocator::getRootLocationPath().'tdbm.lock.yml';

0 commit comments

Comments
 (0)