Skip to content

Commit 5ada853

Browse files
committed
Fix DocBlock for "getOne" Functions in Mysql Repositories
1 parent 12379ee commit 5ada853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/PHP8.0/repository.mysql.getOneBy.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* @param {{ AttributeType }} ${{ AttributeName }}
3+
* @param int ${{ AttributeName }}
44
* @return {{ EntityName }}|null
55
*/
66
public function getOneBy{{ FunctionName }}(int ${{ AttributeName }}): ?{{ EntityName }}

0 commit comments

Comments
 (0)