Pressroom template verwijderd, website naar root van repo
This commit is contained in:
15
vendor/phpspec/prophecy/fixtures/WithFinalVirtuallyPrivateMethod.php
vendored
Normal file
15
vendor/phpspec/prophecy/fixtures/WithFinalVirtuallyPrivateMethod.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Fixtures\Prophecy;
|
||||
|
||||
class WithFinalVirtuallyPrivateMethod
|
||||
{
|
||||
final public function __toString()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
final public function _getName()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user