Skip to content

Commit 7244d8d

Browse files
Merge branch '7.4' into 8.0
* 7.4: [ObjectMapper] handle non existing property errors Fix AsCronTask not passing arguments to command [HttpFoundation] Fix deprecation in tests on PHP 8.5 Fix typo [Cache] Bump ext-redis to 6.2 and ext-relay to 0.11 minimum [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation [DependencyInjection] CS fix chore: PHP CS Fixer fixes Leverage get_error_handler() Various CS fixes Allow mixed root on CompoundConstraintTestCase validator [Serializer] Fix readonly property initialization from incorrect scope Update BrevoRequestParser.php [JsonPath] Improve escape sequence validation in name selector
2 parents 80fe09f + 67faa9c commit 7244d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AbstractBrowser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,10 @@ abstract protected function doRequest(object $request): object;
457457
/**
458458
* Returns the script to execute when the request must be insulated.
459459
*
460-
* @psalm-param TRequest $request
461-
*
462460
* @param object $request An origin request instance
463461
*
462+
* @psalm-param TRequest $request
463+
*
464464
* @throws LogicException When this abstract class is not implemented
465465
*/
466466
protected function getScript(object $request): string

0 commit comments

Comments
 (0)