Skip to content

Commit 202a875

Browse files
committed
docs: trivail fix in sample code
1 parent d58ce83 commit 202a875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • user_guide_src/source/outgoing/csp

user_guide_src/source/outgoing/csp/011.php

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

77
class App extends BaseConfig
88
{
9-
public bool $CSPEnabled = true;
10-
119
// ...
10+
11+
public bool $CSPEnabled = true;
1212
}

0 commit comments

Comments
 (0)