Skip to content

Commit

Permalink
Merge pull request #7914 from kenjis/docs-fix-comments-IncomingRequest
Browse files Browse the repository at this point in the history
docs: fix directory separator in comments
  • Loading branch information
samsonasik authored Sep 8, 2023
2 parents 1891963 + 3312bca commit 63032a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/HTTP/IncomingRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class IncomingRequest extends Request

/**
* The current locale of the application.
* Default value is set in Config\App.php
* Default value is set in app/Config/App.php
*
* @var string
*/
Expand Down Expand Up @@ -522,7 +522,7 @@ public function getLocale(): string
}

/**
* Returns the default locale as set in Config\App.php
* Returns the default locale as set in app/Config/App.php
*/
public function getDefaultLocale(): string
{
Expand Down

0 comments on commit 63032a1

Please sign in to comment.