Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Fix typo
  use copy() instead of rename() on Windows
  test: kebab-case to snake_case
  [PropertyInfo] Handle collection in PhpStan same as PhpDoc
  [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
  • Loading branch information
xabbuh committed Jul 9, 2024
2 parents 9989c22 + 42cb3f3 commit 7ce19bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/AbstractAsciiTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,8 @@ public static function provideSnake()
['x_y', 'x_y'],
['x_y', 'X_Y'],
['xu_yo', 'xu_yo'],
['symfony_is_great', 'symfony-is-great'],
['symfony_is_great', 'symfony.is.great'],
['symfony_is_great', 'symfonyIsGreat'],
['symfony5_is_great', 'symfony5IsGreat'],
['symfony5is_great', 'symfony5isGreat'],
Expand Down

0 comments on commit 7ce19bb

Please sign in to comment.