Skip to content

Commit

Permalink
Making PHPCS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snake14 committed Oct 22, 2024
1 parent 0ae16dc commit f2a5fda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions Controller.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* InnoCraft - the company of the makers of Piwik Analytics, the free/libre analytics platform
*
Expand Down
4 changes: 3 additions & 1 deletion InvalidateReports.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?php

/**
* InnoCraft - the company of the makers of Piwik Analytics, the free/libre analytics platform
*
* @link https://www.innocraft.com
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/

namespace Piwik\Plugins\InvalidateReports;

/**
Expand Down Expand Up @@ -55,4 +57,4 @@ public function getClientSideTranslationKeys(&$translationKeys)
$translationKeys[] = 'InvalidateReports_ExamplesFunnels';
$translationKeys[] = 'InvalidateReports_ExamplesRawData';
}
}
}
5 changes: 3 additions & 2 deletions Menu.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?php

/**
* InnoCraft - the company of the makers of Piwik Analytics, the free/libre analytics platform
*
* @link https://www.innocraft.com
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/

namespace Piwik\Plugins\InvalidateReports;

use Piwik\Menu\MenuAdmin;
Expand All @@ -22,5 +24,4 @@ public function configureAdminMenu(MenuAdmin $menu)
);
}
}

}
}
3 changes: 2 additions & 1 deletion tests/System/CheckDirectDependencyUseCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright (C) InnoCraft Ltd - All rights reserved.
*
Expand Down Expand Up @@ -50,4 +51,4 @@ public function testCommand()
],
], $checkDirectDependencyUse->usesFoundList[$pluginName]);
}
}
}

0 comments on commit f2a5fda

Please sign in to comment.