File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212 with :
1313 ref : ${{ github.head_ref }}
1414
Original file line number Diff line number Diff line change 1111 name : phpstan
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828
2929 - name : Setup PHP
3030 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 ref : main
1616
Original file line number Diff line number Diff line change 1515
1616class Analytics
1717{
18- use ResponseFormatterTrait,
19- ViewsAnalytics,
20- SessionsAnalytics,
21- UsersAnalytics,
18+ use DemographicAnalytics,
2219 DevicesAnalytics,
23- DemographicAnalytics ,
20+ RealtimeAnalytics ,
2421 ResourceAnalytics,
25- RealtimeAnalytics;
22+ ResponseFormatterTrait,
23+ SessionsAnalytics,
24+ UsersAnalytics,
25+ ViewsAnalytics;
2626
2727 public ?int $ propertyId = null ;
2828
Original file line number Diff line number Diff line change 1515class GoogleAnalyticsService
1616{
1717 use DateRangeTrait,
18- MinuteRangeTrait,
19- MetricTrait,
2018 DimensionTrait,
21- OrderByTrait,
22- MetricAggregationTrait,
2319 FilterByTrait,
24- RowConfigTrait,
25- ResponseFormatterTrait;
20+ MetricAggregationTrait,
21+ MetricTrait,
22+ MinuteRangeTrait,
23+ OrderByTrait,
24+ ResponseFormatterTrait,
25+ RowConfigTrait;
2626}
You can’t perform that action at this time.
0 commit comments