mirror of
https://github.com/kristuff/abuseipdb
synced 2025-08-14 02:36:52 -07:00
v0.9.12
**Fixed** - Incorrect return type in `ApiResponse::getObject()` method (bug introduced in v0.9.8 with PHP strict types) - cleaning, typos
This commit is contained in:
parent
adff27d86d
commit
37b0a2eaa9
9 changed files with 28 additions and 29 deletions
|
@ -7,14 +7,14 @@
|
|||
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
|
||||
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
|
||||
*
|
||||
* This file is part of Kristuff\AbsuseIPDB.
|
||||
* This file is part of Kristuff\AbuseIPDB.
|
||||
*
|
||||
* (c) Kristuff <contact@kristuff.fr>
|
||||
* (c) Kristuff <kristuff@kristuff.fr>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*
|
||||
* @version 0.9.11
|
||||
* @version 0.9.12
|
||||
* @copyright 2020-2021 Kristuff
|
||||
*/
|
||||
|
||||
|
@ -44,8 +44,8 @@ abstract class ApiBase
|
|||
|
||||
/**
|
||||
* AbuseIPDB API v2 categories
|
||||
* shorname, id (string), long name
|
||||
* last paramter is false when the category cant' be used alone
|
||||
* shortname, id (string), long name
|
||||
* last parameter is false when the category can't be used alone
|
||||
*
|
||||
* @static
|
||||
* @var array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue