1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 20:54:42 +01:00

Cleanup
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Daniil Gentili 2023-01-11 18:47:53 +01:00
parent 094ed07ce1
commit 04adbcd115
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,8 @@
"phpunit/phpunit": "^9",
"bamarni/composer-bin-plugin": "1.5.0",
"roave/security-advisories": "dev-latest",
"symfony/yaml": "^6.0"
"symfony/yaml": "^6.0",
"amphp/http-server": "v3.x-dev"
},
"suggest": {
"ext-primemodule": "Install the primemodule and FFI extensions to speed up MadelineProto (https://prime.madelineproto.xyz)",

View File

@ -77,7 +77,7 @@ class MyEventHandler extends EventHandler
public function onStart()
{
$this->logger("The bot was started!");
var_dump(yield $this->getFullInfo('davtur19'));
var_dump(yield $this->getFullInfo('MadelineProto'));
}
/**
* Handle updates from supergroups and channels.

View File

@ -11,7 +11,6 @@
<ignoreFiles>
<directory name="vendor" />
<file name="src/danog/MadelineProto/InternalDoc.php" />
<file name="src/danog/MadelineProto/TON/InternalDoc.php" />
</ignoreFiles>
</projectFiles>
</psalm>