diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index 58b292a60..6d16e5a4f 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -11314,7 +11314,7 @@ return [ 'ReflectionClass::getProperties' => ['list', 'filter='=>'int'], 'ReflectionClass::getProperty' => ['ReflectionProperty', 'name'=>'string'], 'ReflectionClass::getReflectionConstant' => ['ReflectionClassConstant|false', 'name'=>'string'], -'ReflectionClass::getReflectionConstants' => ['list'], +'ReflectionClass::getReflectionConstants' => ['list', 'filter='=>'?int'], 'ReflectionClass::getShortName' => ['string'], 'ReflectionClass::getStartLine' => ['int|false'], 'ReflectionClass::getStaticProperties' => ['array'], diff --git a/dictionaries/CallMap_80_delta.php b/dictionaries/CallMap_80_delta.php index c63a49a0a..fca7fd4fd 100644 --- a/dictionaries/CallMap_80_delta.php +++ b/dictionaries/CallMap_80_delta.php @@ -97,6 +97,10 @@ return [ 'old' => ['array'], 'new' => ['array', 'filter='=>'?int'], ], + 'ReflectionClass::getReflectionConstants' => [ + 'old' => ['list'], + 'new' => ['list', 'filter='=>'?int'], + ], 'XMLWriter::flush' => [ 'old' => ['string|int|false', 'empty='=>'bool'], 'new' => ['string|int', 'empty='=>'bool'],