Skip to content

Commit

Permalink
ignore coverage of deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Sep 24, 2024
1 parent 5f457f5 commit 90f8b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filesystem/TwigTemplateLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ public function getTwigTemplatesInPath($dir, ?string $twigKey = null, bool $exte
* @param iterable|string $dir
*
* @deprecated Use Contao\CoreBundle\Twig\Loader\TemplateLocator::findTemplates()
* @codeCoverageIgnore
*/
public function getTemplatesInPath($dir, ?BundleInterface $bundle = null, array $options = []): array
{
Expand Down

0 comments on commit 90f8b72

Please sign in to comment.