Changeset 51594
- Timestamp:
- 08/10/2021 05:34:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat.php
r51563 r51594 319 319 320 320 class CountableFake implements Countable { 321 #[ReturnTypeWillChange] 321 322 public function count() { 322 323 return 16;
Note: See TracChangeset
for help on using the changeset viewer.