Skip to content

Commit aa50420

Browse files
committed
fix php-cs-fixer
1 parent 76ec314 commit aa50420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Doctrine/Orm/Filter/SearchFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ protected function addWhereByStrategy(string $strategy, QueryBuilder $queryBuild
198198
if (\func_num_args() > 7 && ($metadata = func_get_arg(7)) instanceof ClassMetadata) {
199199
$type = $metadata->getTypeOfField($field);
200200
} else {
201-
@trigger_error(sprintf('Method %s() will have a 8th argument `$metadata` in version API Platform 3.0.', __FUNCTION__), E_USER_DEPRECATED);
201+
@trigger_error(sprintf('Method %s() will have a 8th argument `$metadata` in version API Platform 3.0.', __FUNCTION__), \E_USER_DEPRECATED);
202202
$type = null; // default setParameter() value
203203
}
204204

0 commit comments

Comments
 (0)