Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  [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] 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 1f12f9d + 70ab1f6 commit e4d13f0
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 e4d13f0

Please sign in to comment.