Skip to content

Commit 02b0ac8

Browse files
committed
docs: remove redundant comments
1 parent 8aa7a0a commit 02b0ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Config/Routing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Routing extends BaseRouting
108108
* 'blog' => 'Acme\Blog\Controllers',
109109
* ]
110110
*
111-
* @var array<string, string> [ uri_segment => namespace ]
111+
* @var array<string, string>
112112
*/
113113
public array $moduleRoutes = [];
114114
}

system/Config/Routing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Routing extends BaseConfig
106106
* 'blog' => 'Acme\Blog\Controllers',
107107
* ]
108108
*
109-
* @var array<string, string> [ uri_segment => namespace ]
109+
* @var array<string, string>
110110
*/
111111
public array $moduleRoutes = [];
112112
}

0 commit comments

Comments
 (0)