Skip to content

Commit aca8101

Browse files
committed
Add missing method to stub
1 parent 224be36 commit aca8101

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/Utils/Stubs/radius.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,3 +395,13 @@ function radius_config($radius_handle, $file)
395395
function radius_create_request($radius_handle, $type)
396396
{
397397
}
398+
399+
/**
400+
* Extracts a vendor specific attribute
401+
* @param string $data
402+
* @return array|false
403+
* @since 1.1.0
404+
*/
405+
function radius_get_vendor_attr($data)
406+
{
407+
}

0 commit comments

Comments
 (0)