Skip to content

Commit 6363da5

Browse files
committed
typo
1 parent ca52add commit 6363da5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NodeTypeResolver/Reflection/BetterReflection/SourceLocatorProvider/DynamicSourceLocatorProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function provide(): SourceLocator
7878
return $this->aggregateSourceLocator = new AggregateSourceLocator($sourceLocators);
7979
}
8080

81-
public function isPathsEmpty(): bool
81+
public function arePathsEmpty(): bool
8282
{
8383
return $this->filePaths === [] && $this->directories === [];
8484
}

src/StaticReflection/DynamicSourceLocatorDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ public function addPaths(array $paths): void
4141

4242
public function isPathsEmpty(): bool
4343
{
44-
return $this->dynamicSourceLocatorProvider->isPathsEmpty();
44+
return $this->dynamicSourceLocatorProvider->arePathsEmpty();
4545
}
4646
}

0 commit comments

Comments
 (0)