Skip to content

Commit a0b136c

Browse files
committed
lint fix
1 parent c39505f commit a0b136c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

includes/RestApi/AppController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* This controller manages the REST API routes and handlers for the onboarding
1212
* application functionality. It provides endpoints for starting and completing
1313
* the onboarding process.
14-
*
1514
*/
1615
class AppController {
1716

@@ -35,7 +34,6 @@ class AppController {
3534
* Registers two main endpoints:
3635
* - /app/start: Initiates the onboarding process
3736
* - /app/complete: Completes the onboarding process with selected homepage
38-
*
3937
*/
4038
public function register_routes() {
4139
\register_rest_route(

0 commit comments

Comments
 (0)