Skip to content

Commit 58a5509

Browse files
committed
docs: add // ... in sample code
1 parent 8a9ed47 commit 58a5509

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

user_guide_src/source/outgoing/localization/001.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class App extends BaseConfig
88
{
9+
// ...
10+
911
public string $defaultLocale = 'en';
1012

1113
// ...

user_guide_src/source/outgoing/localization/002.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class App extends BaseConfig
88
{
9+
// ...
10+
911
public bool $negotiateLocale = true;
1012

1113
// ...

user_guide_src/source/outgoing/localization/003.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class App extends BaseConfig
88
{
9+
// ...
10+
911
public array $supportedLocales = ['en', 'es', 'fr-FR'];
1012

1113
// ...

0 commit comments

Comments
 (0)