Commit graph

11 commits

Author SHA1 Message Date
Sergey Panteleev
f646d66e39
Fix omitted colon
Fix #1527
2022-04-19 15:13:29 +03:00
Thomas Landauer
170ca71e2d
Deleting usage "limitation" to debugging (#1331)
The name property is useful for more than just debugging.
2022-01-14 11:44:07 -06:00
Sergey Panteleev
afec339bc5
[PHP 8.1] Calling a static element on a trait is deprecated (#1333) 2022-01-14 16:11:24 +03:00
Sergey Panteleev
2dffa9fe11
[PHP 8.1] Calling a static element on a trait is deprecated (#1330) 2022-01-14 15:34:37 +03:00
Thomas Landauer
1f7c271286
Document that enum cases are labels
Closes GH-1197.
2021-12-15 18:21:33 +01:00
Elnur Abdurrakhimov
3ba4c7d287
[skip-revcheck] Fix typo (it's → its)
Closes GH-1095.
2021-11-14 12:56:28 +01:00
Runbing
62739864aa
Correct the wrong keyword in the sample code (#1080)
functiond -> function
2021-11-10 10:56:29 +03:00
Yoshinari Takaoka
963efb2602
Clarify code comment about reference page, because readers does not know where to go in chunked html page.
"// See below." is valid only in Single HTML manual.

https://www.php.net/manual/en/language.enumerations.methods.php
2021-10-31 22:58:32 +09:00
Yoshinari Takaoka
0305a7128f
added BackedEnum interface link. 2021-10-31 20:28:12 +09:00
Yoshinari Takaoka
90f5f73e9b
tweaked example code comments, [method|interface] links. 2021-10-31 14:53:32 +09:00
Larry Garfield
9fe8103520
Document enumerations
Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org>
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-960.
2021-10-29 01:14:57 +02:00