style: auto-fix 1340 phpcs PSR-12 violations via phpcbf; exclude MissingNamespace and SideEffects
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Watch / Unwatch Ticket API
|
||||
*
|
||||
* GET ?ticket_id=N → returns { watching: bool, watcher_count: int }
|
||||
* POST { ticket_id, action: 'watch'|'unwatch' } → toggles watcher row
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/bootstrap.php';
|
||||
require_once dirname(__DIR__) . '/models/TicketModel.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user