14d77e6c15687ac5b4663a01c99f5350ecef0287 blob 224 bytes (raw)
1
2
3
4
5
6
7
8
9
10
| | abstract class Klass
{
abstract function RIGHT(): ?string
{
// PHP doesn't allow abstract methods to have a body,
// but this is here just for diff ckeck purposes.
return 'ChangeMe';
}
}
|
debug log:
solving 14d77e6c15 ...
found 14d77e6c15 in https://public-inbox.org/git/pull.915.git.git.1605388687554.gitgitgadget@gmail.com/
found ce215df75a in https://80x24.org/mirrors/git.git
preparing index
index prepared:
100644 ce215df75a4fee4ed55c7fff4117f57ce3a4638c t/t4018/php-abstract-method
applying [1/1] https://public-inbox.org/git/pull.915.git.git.1605388687554.gitgitgadget@gmail.com/
diff --git a/t/t4018/php-abstract-method b/t/t4018/php-abstract-method
index ce215df75a..14d77e6c15 100644
Checking patch t/t4018/php-abstract-method...
Applied patch t/t4018/php-abstract-method cleanly.
index at:
100644 14d77e6c15687ac5b4663a01c99f5350ecef0287 t/t4018/php-abstract-method
Code repositories for project(s) associated with this inbox:
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).