Skip to content

Commit 63032a1

Browse files
authored
Merge pull request #7914 from kenjis/docs-fix-comments-IncomingRequest
docs: fix directory separator in comments
2 parents 1891963 + 3312bca commit 63032a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/HTTP/IncomingRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class IncomingRequest extends Request
106106

107107
/**
108108
* The current locale of the application.
109-
* Default value is set in Config\App.php
109+
* Default value is set in app/Config/App.php
110110
*
111111
* @var string
112112
*/
@@ -522,7 +522,7 @@ public function getLocale(): string
522522
}
523523

524524
/**
525-
* Returns the default locale as set in Config\App.php
525+
* Returns the default locale as set in app/Config/App.php
526526
*/
527527
public function getDefaultLocale(): string
528528
{

0 commit comments

Comments
 (0)