Skip to content

Commit d5a9522

Browse files
authored
Fix typehint to match actual
1 parent 5a7a5da commit d5a9522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/system/languagefilter/languagefilter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use Joomla\CMS\Application\ApplicationHelper;
1414
use Joomla\CMS\Application\CMSApplication;
15-
use Joomla\CMS\Application\CMSApplicationInterface;
15+
use Joomla\CMS\Application\CMSWebApplicationInterface;
1616
use Joomla\CMS\Association\AssociationServiceInterface;
1717
use Joomla\CMS\Component\ComponentHelper;
1818
use Joomla\CMS\Factory;
@@ -93,7 +93,7 @@ class PlgSystemLanguageFilter extends CMSPlugin
9393
/**
9494
* Application object.
9595
*
96-
* @var CMSApplicationInterface
96+
* @var CMSWebApplicationInterface
9797
* @since 3.3
9898
*/
9999
protected $app;

0 commit comments

Comments
 (0)