1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

11 Commits

Author SHA1 Message Date
Zebulan Stanphill
85050f5f88 Simplify example in Stringable docs. (#1816)
Integrates note 126627 by Gormack


Co-authored-by: Jim Winstead <jimw@trainedmonkey.com>
2024-10-21 15:00:12 +01:00
Timo Tijhof
3e519f4d1c Simplify Stringable example with PHP 8 syntax (#3514)
Stringable is introduced in PHP 8.0, so constructor
promotion can be assumed.
2024-07-07 15:24:40 +01:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Máté Kocsis
9eb4a46bba Use new class synopsis markup for interfaces (#2620) 2023-07-29 05:55:01 +01:00
Máté Kocsis
96a8379cd8 Render interfaces according to the new PhD format (#2556)
According to https://github.com/php/phd/pull/75
2023-07-04 20:35:33 +01:00
Máté Kocsis
09c49da6f0 Update Error, Exception, and Throwable role attributes (#2069) 2022-12-11 23:32:45 +01:00
Máté Kocsis
1206279edf Generate Zend class synopses from stubs - part 2 (#1245) 2021-12-23 14:25:27 +01:00
Jeremy Mikola
7cfd68e5d4 Document Stringable::__toString() method
Also fixes links to __toString() magic method in Stringable interface docs.

Closes GH-1082.
2021-11-11 17:09:59 +01:00
Máté Kocsis
ab57ab6849 Mark a few interfaces as oointerface rather than ooclass (#818) 2021-07-30 17:01:16 +02:00
Christoph M. Becker
7718f6613c Fix typo in Stringable example
Closes GH-754.
2021-07-03 12:02:31 +02:00
Larry Garfield
069ce7647c Document Stringable interface 2021-04-01 23:26:42 +02:00