mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 22:04:59 +00:00
cs: Enable risky rule static_lambda
.
This commit is contained in:
@@ -365,7 +365,7 @@ class EventSearchTest extends WebTestCase
|
||||
'décembre' => 12,
|
||||
];
|
||||
|
||||
$results = $trs->each(function ($tr, $i) use ($months) {
|
||||
$results = $trs->each(static function ($tr, $i) use ($months) {
|
||||
// we skip the first row
|
||||
if (0 < $i) {
|
||||
// get the second node, which should contains a date
|
||||
|
Reference in New Issue
Block a user