X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FGenericArrayObject.php;h=2e0a2afe8c9880a25e65575b8ae6c9dfe7fce275;hb=ba76dfdd050b83eb124ef2f12a6f22c467133fca;hp=79d13741e2421f992b3ab5aee702c6a6f20d86ad;hpb=f0bfc9ff60826007e91a0639f9cb0b34593e22a3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/GenericArrayObject.php b/includes/libs/GenericArrayObject.php index 79d13741e2..2e0a2afe8c 100644 --- a/includes/libs/GenericArrayObject.php +++ b/includes/libs/GenericArrayObject.php @@ -29,7 +29,7 @@ * * @file * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ abstract class GenericArrayObject extends ArrayObject { @@ -211,6 +211,7 @@ abstract class GenericArrayObject extends ArrayObject { * @param string $serialization * * @return array + * @suppress PhanParamSignatureMismatchInternal The stub appears to be wrong */ public function unserialize( $serialization ) { $serializationData = unserialize( $serialization );