Skip to content

Commit

Permalink
DevKit updates for 4.x branch (#8123)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Langlet <vincentlanglet@hotmail.fr>
  • Loading branch information
SonataCI and VincentLanglet committed Nov 20, 2023
1 parent 724c4fc commit fad2b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Expand Up @@ -42,10 +42,6 @@ jobs:
dependencies: lowest
allowed-to-fail: false
variant: normal
- php-version: '8.2'
dependencies: highest
allowed-to-fail: false
variant: sonata-project/block-bundle:"5.0.0-alpha-1"
- php-version: '8.2'
dependencies: highest
allowed-to-fail: false
Expand Down
Expand Up @@ -396,8 +396,8 @@ private function getDefaultMethodCalls(ContainerBuilder $container, string $serv
\E_USER_DEPRECATED
);

// NEXT_MAJOR: Uncomment the exception instead of the deprecation.
// throw new InvalidArgumentException(sprintf('Missing tag information "model_class" on service "%s".', $serviceId));
// NEXT_MAJOR: Uncomment the exception instead of the deprecation.
// throw new InvalidArgumentException(sprintf('Missing tag information "model_class" on service "%s".', $serviceId));
} else {
$methodCalls[] = ['setModelClass', [$modelClass]];

Expand Down

0 comments on commit fad2b3f

Please sign in to comment.