Files
nhgooi.nl/website/vendor/phpspec/prophecy/fixtures/WithFinalMethod.php
2020-01-06 02:36:10 +01:00

11 lines
123 B
PHP

<?php
namespace Fixtures\Prophecy;
class WithFinalMethod
{
final public function finalImplementation()
{
}
}