Skip to content

Commit bfd5a42

Browse files
fix: remove duplicate declare(strict_types) statements
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent 23d9cdc commit bfd5a42

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

db_functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

images/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

locales/LC_MESSAGES/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

monitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

monitor_controller.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

monitor_render.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

poller_functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

poller_monitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
declare(strict_types = 1);
65

76
/*
87
+-------------------------------------------------------------------------+

0 commit comments

Comments
 (0)