mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
feat(tia): continues to work on poc
This commit is contained in:
@ -28,9 +28,9 @@ final readonly class ChangedFiles
|
||||
|
||||
/**
|
||||
* @return array<int, string>|null `null` when git is unavailable, or when
|
||||
* the recorded SHA is no longer reachable
|
||||
* from HEAD (rebase / force-push) — in
|
||||
* that case the graph should be rebuilt.
|
||||
* the recorded SHA is no longer reachable
|
||||
* from HEAD (rebase / force-push) — in
|
||||
* that case the graph should be rebuilt.
|
||||
*/
|
||||
public function since(?string $sha): ?array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user