mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 10:00:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -10,7 +10,7 @@ use function PHPUnit\Framework\assertTrue;
|
||||
|
||||
abstract class CustomTestCase extends TestCase
|
||||
{
|
||||
public function assertCustomTrue()
|
||||
public function assertCustomTrue(): void
|
||||
{
|
||||
assertTrue(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user