Skip to content

Commit 86777d7

Browse files
committed
Resolve the pr comments
1 parent 6f735e3 commit 86777d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzer/SystemXml/Analyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function analyze($registryBefore, $registryAfter)
144144
* @param string $filePath
145145
* @return string|null
146146
*/
147-
private function getBaseDir($filePath): ?string
147+
private function getBaseDir(string $filePath): ?string
148148
{
149149
$currentDir = dirname($filePath);
150150
while ($currentDir !== '/' && $currentDir !== false) {

0 commit comments

Comments
 (0)