DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.17.0-1 / fixtures / WithFinalMethod.php
12345678910
<?php namespace Fixtures\Prophecy; class WithFinalMethod { final public function finalImplementation() { } }