Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Mar 23, 2023
1 parent 0ffd2ba commit 8b06692
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/jsm_bootstrap/jsm_bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
*
* SportsManagement ein Programm zur Verwaltung für alle Sportarten
*
* @version 1.0.05
* @package Sportsmanagement
* @subpackage plugins
Expand Down Expand Up @@ -43,7 +41,6 @@
* This event is triggered in 'JApplication' class in file 'application.php' at location
* 'Joomla_base\libraries\joomla\application'.
*/

defined('_JEXEC') or die();
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Uri\Uri;
Expand Down Expand Up @@ -78,7 +75,7 @@ class PlgSystemjsm_bootstrap extends CMSPlugin
* @param mixed $params
* @return void
*/
public function __construct(&$subject, $params)
public function __construct(object $subject, array $params)
{
parent::__construct($subject, $params);

Expand Down

0 comments on commit 8b06692

Please sign in to comment.