Skip to content

Commit

Permalink
Add @template to PhpdocOnlyAllowedAnnotationsFixer (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored Dec 6, 2024
1 parent 4416670 commit d24d262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/Builder/Modifier/LibraryRulesModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function __invoke(array $rules): array
'requires',
'return',
'runInSeparateProcess',
'template',
'var',
]];

Expand Down
1 change: 1 addition & 0 deletions src/Rules/LibraryRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ public function getRules(): array
'requires',
'return',
'runInSeparateProcess',
'template',
'var',
],
],
Expand Down

0 comments on commit d24d262

Please sign in to comment.