Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [AssetMapper] Fix `JavaScriptImportPathCompiler` regex for non-latin characters
  Definition::$class may not be class-string
  require Cache component versions compatible with Redis 6.1
  [Twitter][Notifier] Fix post INIT upload
  [Messenger][RateLimiter] fix additional message handled when using a rate limiter
  [Serializer] Revert default groups
  [Serializer] fixed object normalizer for a class with `cancel` method
  Fix bucket size reduce when previously created with bigger size
  • Loading branch information
xabbuh committed Nov 9, 2024
2 parents f5241ad + e4d13f0 commit 5f5dbba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ public function setClass(?string $class): static

/**
* Gets the service class.
*
* @return class-string|null
*/
public function getClass(): ?string
{
Expand Down

0 comments on commit 5f5dbba

Please sign in to comment.