Skip to content

Commit 14f22e9

Browse files
committed
[ci skip] Fix formatting in UPGRADING
- Remove `k` typo that was accidentally added in a headline separator. - Remove premature hard break after very short line length. - Remove dots at the end of constant lists (not used in 8.2).
1 parent 2531121 commit 14f22e9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

UPGRADING

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ PHP 8.3 UPGRADE NOTES
3737

3838
========================================
3939
6. New Functions
40-
=======================k=================
40+
========================================
4141

4242
- Posix:
43-
. Added posix_sysconf call to get runtime
44-
informations.
43+
. Added posix_sysconf call to get runtime informations.
4544

4645
========================================
4746
7. New Classes and Interfaces
@@ -60,10 +59,10 @@ PHP 8.3 UPGRADE NOTES
6059
========================================
6160

6261
- Posix:
63-
. POSIX_SC_ARG_MAX.
64-
. POSIX_SC_PAGESIZE.
65-
. POSIX_SC_NPROCESSORS_CONF.
66-
. POSIX_SC_NPROCESSORS_ONLN.
62+
. POSIX_SC_ARG_MAX
63+
. POSIX_SC_PAGESIZE
64+
. POSIX_SC_NPROCESSORS_CONF
65+
. POSIX_SC_NPROCESSORS_ONLN
6766

6867
========================================
6968
11. Changes to INI File Handling

0 commit comments

Comments
 (0)