Commit 260ddaf
authored
fix(SunAsteriskLaravel): exclude "missing variable" in database/factories (#1)
Currently, `/** @var \Illuminate\Database\Eloquent\Factory */` will be detected as error in Laravel's factory files. It should be excluded from the Laravel project.
This PR will exclude `SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.MissingVariable` in `database/factories` folder of `SunAsteriskLaravel` ruleset.1 parent 83507d2 commit 260ddaf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments