File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
20
20
$ bouncer = $ bounce ->init ($ crowdSecStandaloneBouncerConfig );
21
21
$ bouncer ->refreshBlocklistCache ();
22
- echo 'Cache has been refreshed ' ;
22
+ echo 'Cache has been refreshed ' . PHP_EOL ;
Original file line number Diff line number Diff line change @@ -503,6 +503,7 @@ private function removeRemediations(array $decisions): array
503
503
'decision ' => $ decision ['id ' ],
504
504
'value ' => $ decision ['value ' ],
505
505
]);
506
+ ++$ count ;
506
507
}
507
508
} elseif (Constants::SCOPE_RANGE === $ decision ['scope ' ]) {
508
509
$ range = Subnet::parseString ($ decision ['value ' ]);
@@ -559,6 +560,7 @@ private function removeRemediations(array $decisions): array
559
560
'decision ' => $ decision ['id ' ],
560
561
'value ' => $ decision ['value ' ],
561
562
]);
563
+ ++$ count ;
562
564
}
563
565
}
564
566
}
You can’t perform that action at this time.
0 commit comments