Skip to content

Commit 51b0bd5

Browse files
Adds declare statement back on non-problematic files
1 parent 4a1787c commit 51b0bd5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ScheduleReportSlack.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
88
*/
99

10+
declare(strict_types=1);
11+
1012
namespace Piwik\Plugins\Slack;
1113

1214
class ScheduleReportSlack

SlackApi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
88
*/
99

10+
declare(strict_types=1);
11+
1012
namespace Piwik\Plugins\Slack;
1113

1214
use Piwik\Container\StaticContainer;

0 commit comments

Comments
 (0)