1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/build
Máté Kocsis eebf3bc0ba Better document constructors
Until https://github.com/php/php-src/pull/10098 default constructors were sometimes documented, sometimes omitted. The above PR made adding documentation for constructor of all non-abstract classes required. However, this is not desired when such a class inherits a constructor from its parent. The current PR fixes the behavior the following way:
- documents inherited constructors (along with destructors)
- makes it possible to generate/replace the methodsynopsis of implicit default constructors which don't have a stub counterpart
2023-01-01 10:47:16 +01:00
..
2021-10-07 17:03:32 +01:00
2023-01-01 10:47:16 +01:00
2019-07-08 14:58:26 +02:00
2020-05-29 16:47:44 +02:00
2022-05-06 15:29:21 +02:00
2022-03-19 18:25:29 +01:00
2022-03-19 18:25:29 +01:00