public function Foo::bar in Zircon Profile 8
Same name in this branch
- 8 vendor/phpunit/php-code-coverage/tests/_files/source_with_ignore.php \Foo::bar()
- 8 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo::bar()
- 8 vendor/phpunit/php-token-stream/tests/_fixture/source.php \Foo::bar()
- 8 vendor/phpunit/php-token-stream/tests/_fixture/issue30.php \Foo::bar()
Same name and namespace in other branches
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_with_ignore.php \Foo::bar()
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo::bar()
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/source.php \Foo::bar()
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/issue30.php \Foo::bar()
Parameters
Baz $baz:
File
- vendor/
phpunit/ php-token-stream/ tests/ _fixture/ source.php, line 10
Class
- Foo
- Some comment
Code
public function bar(Baz $baz) {
}