File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Code Quality
33on :
44 push :
55 pull_request :
6- branches : [ 1 .x ]
6+ branches : [ 2 .x ]
77 workflow_dispatch :
88 schedule :
99 - cron : ' 0 8 * * *'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Tests
33on :
44 push :
55 pull_request :
6- branches : [ 1 .x ]
6+ branches : [ 2 .x ]
77 workflow_dispatch :
88 schedule :
99 - cron : ' 0 8 * * *'
Original file line number Diff line number Diff line change @@ -517,12 +517,12 @@ This command provides insights into which routes and parameters are associated w
517517- [Configure Purge Subscriptions Using YAML](purge-subscriptions-using-yaml.md)
518518- [Custom Expression Language Functions](custom-expression-language-functions.md)
519519
520- [0] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Purger/PurgerInterface.php
520+ [0] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Purger/PurgerInterface.php
521521
522- [1] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Attribute/PurgeOn.php
522+ [1] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Attribute/PurgeOn.php
523523
524- [2] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Attribute/TargetedProperties.php
524+ [2] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Attribute/TargetedProperties.php
525525
526- [3] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Listener/Enum/Action.php
526+ [3] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Listener/Enum/Action.php
527527
528- [4] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Test/InteractsWithPurgatory.php
528+ [4] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Test/InteractsWithPurgatory.php
Original file line number Diff line number Diff line change @@ -176,4 +176,4 @@ class MyService
176176}
177177` ` `
178178
179- [0] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Attribute/AsRouteParamService.php
179+ [0] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Attribute/AsRouteParamService.php
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ class ShouldPurge
3434}
3535` ` `
3636
37- [0] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Attribute/AsExpressionLanguageFunction.php
37+ [0] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Attribute/AsExpressionLanguageFunction.php
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ purgatory:
3232
3333In this example, the alias ` cloudflare` is used to refer to the custom purger.
3434
35- [0] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/Purger/PurgerInterface.php
35+ [0] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/Purger/PurgerInterface.php
Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ App\RouteProvider\MyPostRouteProvider:
5656By tagging it with ` purgatory.route_provider`, the bundle will automatically recognize and use your custom route
5757provider when processing purge requests.
5858
59- [0] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/RouteProvider/RouteProviderInterface.php
59+ [0] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/RouteProvider/RouteProviderInterface.php
6060
61- [1] : https://github.com/sofascore/purgatory-bundle/blob/1 .x/src/RouteProvider/PurgeRoute.php
61+ [1] : https://github.com/sofascore/purgatory-bundle/blob/2 .x/src/RouteProvider/PurgeRoute.php
You can’t perform that action at this time.
0 commit comments