mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-12 12:55:21 +00:00
parent
18ca3a37d9
commit
8572311bf4
@ -44,7 +44,6 @@ parameters:
|
|||||||
stubFiles:
|
stubFiles:
|
||||||
- tests/phpstan/stubs/JsonMapper.stub
|
- tests/phpstan/stubs/JsonMapper.stub
|
||||||
- tests/phpstan/stubs/leveldb.stub
|
- tests/phpstan/stubs/leveldb.stub
|
||||||
- tests/phpstan/stubs/phpasn1.stub
|
|
||||||
- tests/phpstan/stubs/pmmpthread.stub
|
- tests/phpstan/stubs/pmmpthread.stub
|
||||||
reportUnmatchedIgnoredErrors: false #no other way to silence platform-specific non-warnings
|
reportUnmatchedIgnoredErrors: false #no other way to silence platform-specific non-warnings
|
||||||
staticReflectionClassNamePatterns:
|
staticReflectionClassNamePatterns:
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
<?php
|
|
||||||
/*
|
|
||||||
* This file is part of the PHPASN1 library.
|
|
||||||
*
|
|
||||||
* Copyright © Friedrich Große <friedrich.grosse@gmail.com>
|
|
||||||
*
|
|
||||||
* For the full copyright and license information, please view the LICENSE
|
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace FG\ASN1\Universal;
|
|
||||||
|
|
||||||
class Integer
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @param int|string $value
|
|
||||||
*/
|
|
||||||
public function __construct($value){}
|
|
||||||
|
|
||||||
/** @return int|string */
|
|
||||||
public function getContent(){}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user