We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cbf2d commit d8e1691Copy full SHA for d8e1691
stubs/PHP8.0/repository.mysql.getOneBy.stub
@@ -3,7 +3,7 @@
3
* @param {{ AttributeType }} ${{ AttributeName }}
4
* @return {{ EntityName }}|null
5
*/
6
- public function getOneBy{{ FunctionName }}({{ AttributeType }} ${{ AttributeName }}): ?{{ EntityName }}
+ public function getOneBy{{ FunctionName }}(int ${{ AttributeName }}): ?{{ EntityName }}
7
{
8
${{ EntityVariableName }} = $this->newQuery()
9
->where('{{ ColumnName }}', ${{ AttributeName }})
0 commit comments