first commit
This commit is contained in:
7
vendor/codeception/stub/tests/_data/DummyAbstractClass.php
vendored
Normal file
7
vendor/codeception/stub/tests/_data/DummyAbstractClass.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
abstract class DummyAbstractClass
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user