Skip to content

Commit 4f4e2f0

Browse files
committed
docs: add empty lines in sample code
1 parent e2af880 commit 4f4e2f0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

user_guide_src/source/libraries/sessions/039.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ class Session extends BaseConfig
99
{
1010
// ...
1111
public string $driver = 'CodeIgniter\Session\Handlers\DatabaseHandler';
12+
1213
// ...
1314
public string $savePath = 'ci_sessions';
15+
1416
// ...
1517
}

user_guide_src/source/libraries/sessions/041.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ class Session extends BaseConfig
99
{
1010
// ...
1111
public string $driver = 'CodeIgniter\Session\Handlers\RedisHandler';
12+
1213
// ...
1314
public string $savePath = 'tcp://localhost:6379';
15+
1416
// ...
1517
}

user_guide_src/source/libraries/sessions/042.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ class Session extends BaseConfig
99
{
1010
// ...
1111
public string $driver = 'CodeIgniter\Session\Handlers\MemcachedHandler';
12+
1213
// ...
1314
public string $savePath = 'localhost:11211';
15+
1416
// ...
1517
}

0 commit comments

Comments
 (0)