public function SomeClass::doSomething in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php \SomeClass::doSomething()
File
- vendor/
phpunit/ phpunit-mock-objects/ tests/ _fixture/ SomeClass.php, line 4
Class
Code
public function doSomething($a, $b) {
return null;
}