Pressroom template verwijderd, website naar root van repo
This commit is contained in:
8
vendor/phpspec/prophecy/fixtures/WithProtectedAbstractMethod.php
vendored
Normal file
8
vendor/phpspec/prophecy/fixtures/WithProtectedAbstractMethod.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Fixtures\Prophecy;
|
||||
|
||||
abstract class WithProtectedAbstractMethod
|
||||
{
|
||||
abstract protected function innerDetail();
|
||||
}
|
||||
Reference in New Issue
Block a user