X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Flibs%2FMWMessagePack.php;h=a9da3660b0d376e7c727967a8b59678ac2e882ab;hb=c9be16a35596ff369bb5f700c20ae8dc2f7def48;hp=cd9aad8fe46830c4bcd9a8c77f075b257d657125;hpb=b2645d82849ca74b0e6b8df6a3e28e81d0561a58;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/MWMessagePack.php b/includes/libs/MWMessagePack.php index cd9aad8fe4..a9da3660b0 100644 --- a/includes/libs/MWMessagePack.php +++ b/includes/libs/MWMessagePack.php @@ -33,7 +33,7 @@ * @file */ class MWMessagePack { - /** @var boolean|null Whether current system is bigendian. **/ + /** @var bool|null Whether current system is bigendian. **/ public static $bigendian = null; /**