1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00
Files
archived-php-src/sapi
Nikita Popov 5716fa7f49 Make Exception::$previous a typed property
Exception::$previous is a private property, so we can add a type:

    private ?Throwable $previous = null;
2020-05-28 14:01:29 +02:00
..
2020-05-14 13:35:12 +02:00
2020-05-12 11:49:04 +02:00
2020-05-14 13:35:12 +02:00
2020-05-27 11:39:15 +02:00