Skip to content

Commit f1477ea

Browse files
committed
Be descriptive in the @return
1 parent 51fb6f8 commit f1477ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MyController extends FOSRestController implements ClassResourceInterface {
3838

3939
/**
4040
* @Rest\View()
41-
* @return array
41+
* @return TestObject[]
4242
*/
4343
public function cgetAction()
4444
{

0 commit comments

Comments
 (0)