Skip to content

Commit 8e846e3

Browse files
committed
Title fixes
1 parent a02ccd0 commit 8e846e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/general/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $server->addWorker(
2929
);
3030
```
3131

32-
## Server configuration
32+
## Server Configuration
3333
Server-level configuration defines global settings that apply to the entire application and impact all workers.
3434

3535
| Option | Type | Default | Description |
@@ -39,12 +39,12 @@ Server-level configuration defines global settings that apply to the entire appl
3939
| `stopTimeout` | int | 10 | Optional. Maximum time to wait before forcefully terminating workers during shutdown. |
4040
| `restartDelay` | float | 0.25 | Optional. Delay between worker restarts. |
4141

42-
## Plugin configuration
42+
## Plugin Configuration
4343
Plugin-level configuration defines settings specific to individual plugins.
4444
See the plugins documentation for detailed options and examples.
4545
[Read more →](/docs/plugins/)
4646

47-
## Worker configuration
47+
## Worker Configuration
4848
Worker-level configuration applies to individual workers, allowing you to control their specific behavior.
4949
PHPStreamServer includes several built-in worker types, and plugins can add additional worker types to extend functionality.
5050
Workers can be added to the server using the `Server::addWorker()` method.

docs/integrations/symfony.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $ bin/phpss start
106106

107107
This bundle adds new Symfony-specific options to the start command: (`--env`, `--no-debug`). For more details, refer to the start command help output.
108108

109-
## Worker configuration
109+
## Worker Configuration
110110

111111
### ⚙️ SymfonyHttpServerProcess
112112
Worker class: [SymfonyHttpServerProcess](https://github.com/phpstreamserver/symfony/blob/main/src/Worker/SymfonyHttpServerProcess.php)

docs/plugins/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Plugin class: [LoggerPlugin](https://github.com/phpstreamserver/logger/blob/main
4646
|------------|-------------------------------------------------|-----------------|-------------------------------------------------------------------|
4747
| `handlers` | [Handler[]](/docs/plugins/logger#handler-configuration) | *not set* | A list of logger handlers that specify the destinations for logs. |
4848

49-
## Handler configuration
49+
## Handler Configuration
5050
The Logger plugin provides various handlers for routing logs to different destinations.
5151

5252
### 📝 ConsoleHandler

0 commit comments

Comments
 (0)