Skip to content

Commit 0a3db67

Browse files
committed
Fix number of dirs from vendor to views path (default path)
1 parent 005de74 commit 0a3db67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IxDFCodingStandard/Sniffs/Laravel/NonExistingBladeTemplateSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private function getTemplatePath(string $name): string
120120

121121
return sprintf(
122122
'%s/%s/%s.blade.php',
123-
dirname(__DIR__, 5),
123+
dirname(__DIR__, 6),
124124
$this->templatePaths[$namespace],
125125
str_replace('.', '/', $withoutNamespace)
126126
);

0 commit comments

Comments
 (0)