Skip to content

Commit 576c9a1

Browse files
committed
fix:Run php-cs-fixit to resolve workflows
1 parent c95ea06 commit 576c9a1

23 files changed

Lines changed: 33 additions & 41 deletions

db_functions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

images/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
3+
declare(strict_types = 1);
44

55
/*
66
+-------------------------------------------------------------------------+

locales/LC_MESSAGES/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

locales/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
3+
declare(strict_types = 1);
44

55
/*
66
+-------------------------------------------------------------------------+

monitor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

monitor_controller.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

monitor_render.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

poller_functions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

poller_monitor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
declare(strict_types=1);
4-
3+
declare(strict_types = 1);
54

65
/*
76
+-------------------------------------------------------------------------+

0 commit comments

Comments
 (0)