mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 12:37:47 +01:00
cs-fix
This commit is contained in:
parent
2b0542bde0
commit
bd0827d03e
@ -26,7 +26,6 @@ use Generator;
|
|||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
use function Amp\ByteStream\splitLines;
|
use function Amp\ByteStream\splitLines;
|
||||||
use function Amp\delay;
|
|
||||||
|
|
||||||
\define('MADELINEPROTO_TEST', 'pony');
|
\define('MADELINEPROTO_TEST', 'pony');
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
$lock = fopen('woodpecker.lock', 'c+');
|
$lock = fopen('woodpecker.lock', 'c+');
|
||||||
flock($lock, LOCK_EX);
|
flock($lock, LOCK_EX);
|
||||||
|
Loading…
Reference in New Issue
Block a user