Skip to content

Commit df99c4c

Browse files
authored
Added missing return type (#2766)
1 parent bafe5a2 commit df99c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/back_office/limitation/src/Security/Limitation/CustomLimitationType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getCriterion(Limitation $value, UserReference $currentUser): Cri
7676
throw new NotImplementedException(__METHOD__);
7777
}
7878

79-
public function valueSchema()
79+
public function valueSchema(): never
8080
{
8181
throw new NotImplementedException(__METHOD__);
8282
}

0 commit comments

Comments
 (0)