You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewRuntimeException(sprintf('There is no builtin action for the %s %s operation. You need to define the controller yourself.', $collectionType, $operation['method']));
147
+
thrownewRuntimeException(sprintf('There is no builtin action for the %s %s operation. You need to define the controller yourself.', $collection ? 'collection' : 'item', $operation['method']));
149
148
}
150
149
}
151
150
152
-
if ($operationName !== strtolower($operation['method'])) {
@trigger_error(sprintf('Method %s() will have a 4th `string $operationName = null` argument in version 3.0. Not defining it is deprecated since 2.0.10.', __METHOD__), E_USER_DEPRECATED);
@trigger_error(sprintf('Method %s() will have a 4th `string $operationName = null` argument in version 3.0. Not defining it is deprecated since 2.0.10.', __METHOD__), E_USER_DEPRECATED);
@trigger_error(sprintf('Method %s() will have a 4th `string $operationName = null` argument in version 3.0. Not defining it is deprecated since 2.0.10.', __METHOD__), E_USER_DEPRECATED);
@trigger_error(sprintf('Method %s() will have a 4th `string $operationName = null` argument in version 3.0. Not defining it is deprecated since 2.0.10.', __METHOD__), E_USER_DEPRECATED);
@trigger_error(sprintf('Passing an instance of %s to %s() is deprecated since version 2.0.10 and will be removed in 3.0.', UrlGeneratorInterface::class, __METHOD__), E_USER_DEPRECATED);
0 commit comments