X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPageProps.php;h=dac756ed7520465dfd7129048db83fb3f8dd6dda;hb=0e25b050286bed143ed5a23e87d5543fe71ce5dd;hp=d09e1fbf9dc5791ae5637a3ac9df548d7fb27ba4;hpb=5320f0835ef99b68b8f174a8e1fcaefe3c80491f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PageProps.php b/includes/PageProps.php index d09e1fbf9d..dac756ed75 100644 --- a/includes/PageProps.php +++ b/includes/PageProps.php @@ -25,7 +25,6 @@ use Wikimedia\ScopedCallback; * Gives access to properties of a page. * * @since 1.27 - * */ class PageProps { @@ -56,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; } ); }