public function Test::test1 in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/Commenting/DataTypeNamespaceUnitTest.inc \Foo\Bar\Test::test1()
- 8.3.x tests/Drupal/Commenting/DataTypeNamespaceUnitTest.inc \Foo\Bar\Test::test1()
Param and Return data types should be fully namespaced.
Parameters
TestClass $y: Some description.
Return value
TestClass Yep.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ DataTypeNamespaceUnitTest.inc, line 21
Class
- Test
- Test.
Namespace
Foo\BarCode
public function test1(TestClass $y) {
return $y;
}