Skip to content

Commit fb9fa5b

Browse files
refactor: add strict typing and clean up standalone infra
1 parent 8c03d47 commit fb9fa5b

22 files changed

Lines changed: 56 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"session_id": "a1a9193b-aae0-43d7-bd1f-726d20d95ee8",
3+
"ended_at": "2026-04-09T11:54:31.477Z",
4+
"reason": "other",
5+
"agents_spawned": 0,
6+
"agents_completed": 0,
7+
"modes_used": []
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"session_id": "a22869a1-89d7-4361-99da-c0e9ddd0c107",
3+
"ended_at": "2026-04-09T11:42:50.950Z",
4+
"reason": "other",
5+
"agents_spawned": 2,
6+
"agents_completed": 0,
7+
"modes_used": []
8+
}

db_functions.php

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

3+
declare(strict_types=1);
4+
35
declare(strict_types = 1);
46

57
/*

images/index.php

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

3+
declare(strict_types=1);
4+
35
declare(strict_types = 1);
46

57
/*

index.php

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

3+
declare(strict_types=1);
4+
35
/*
46
+-------------------------------------------------------------------------+
57
| Copyright (C) 2004-2026 The Cacti Group |

locales/LC_MESSAGES/index.php

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

3+
declare(strict_types=1);
4+
35
declare(strict_types = 1);
46

57
/*

locales/index.php

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

3+
declare(strict_types=1);
4+
35
/*
46
+-------------------------------------------------------------------------+
57
| Copyright (C) 2004-2026 The Cacti Group |

monitor.php

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

3+
declare(strict_types=1);
4+
35
declare(strict_types = 1);
46

57
/*

monitor_controller.php

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

3+
declare(strict_types=1);
4+
35
declare(strict_types = 1);
46

57
/*

monitor_render.php

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

3+
declare(strict_types=1);
4+
35
declare(strict_types = 1);
46

57
/*

0 commit comments

Comments
 (0)