Commit 3e1d051
committed
Uses quotes instead of backticks
From a suggested comment #18527 (review).
Before:
```
$ ./sapi/cli/php --ini
Configuration File (php.ini) Path: `/usr/local/lib`
Loaded Configuration File: `/opt/homebrew/etc/php/8.4/conf.d `
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
```
After:
```
$ ./sapi/cli/php --ini
Configuration File (php.ini) Path: "/usr/local/lib"
Loaded Configuration File: "/opt/homebrew/etc/php/8.4/conf.d "
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
```1 parent 24a1637 commit 3e1d051
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
1109 | | - | |
| 1109 | + | |
1110 | 1110 | | |
1111 | | - | |
| 1111 | + | |
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
1115 | 1115 | | |
1116 | | - | |
| 1116 | + | |
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
| |||
0 commit comments