X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FReplacementArray.php;h=4512a4b13d933618a5c63d5044c8338b6cac03a3;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hp=02762f36d1469536c3dd1a7269f23d66ea8d6fa7;hpb=56172358dcbf1e8ee9ba615d65ff798fee0de118;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/ReplacementArray.php b/includes/libs/ReplacementArray.php index 02762f36d1..4512a4b13d 100644 --- a/includes/libs/ReplacementArray.php +++ b/includes/libs/ReplacementArray.php @@ -37,7 +37,7 @@ class ReplacementArray { * @return array */ public function __sleep() { - return array( 'data' ); + return [ 'data' ]; } /**