X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FPageProps.php;h=dac756ed7520465dfd7129048db83fb3f8dd6dda;hp=382d089c5bc7a10dc24af0a9261a20d66dae93ba;hb=36395150104588f2afea866c330b683e4329fa48;hpb=24dc5218b18bfa065a101057523f39a9c046d046 diff --git a/includes/PageProps.php b/includes/PageProps.php index 382d089c5b..dac756ed75 100644 --- a/includes/PageProps.php +++ b/includes/PageProps.php @@ -55,7 +55,7 @@ class PageProps { } $previousValue = self::$instance; self::$instance = $store; - return new ScopedCallback( function() use ( $previousValue ) { + return new ScopedCallback( function () use ( $previousValue ) { self::$instance = $previousValue; } ); }