Skip to content

Commit bd3b385

Browse files
committed
RoutingPanel: added declare(strict_types=1)
1 parent 1539251 commit bd3b385

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types=1);
23

34
namespace Nette\Bridges\ApplicationTracy;
45

src/Bridges/ApplicationTracy/templates/RoutingPanel.tab.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types=1);
23

34
namespace Nette\Bridges\ApplicationTracy;
45

0 commit comments

Comments
 (0)