mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 17:24:40 +01:00
cs-fix
This commit is contained in:
parent
2b0542bde0
commit
bd0827d03e
@ -26,7 +26,6 @@ use Generator;
|
||||
use Throwable;
|
||||
|
||||
use function Amp\ByteStream\splitLines;
|
||||
use function Amp\delay;
|
||||
|
||||
\define('MADELINEPROTO_TEST', 'pony');
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
$lock = fopen('woodpecker.lock', 'c+');
|
||||
flock($lock, LOCK_EX);
|
||||
@ -14,4 +14,4 @@ if (fread($lock, 1) !== "1") {
|
||||
flock($lock, LOCK_UN);
|
||||
|
||||
echo implode("\n", $o);
|
||||
exit($res);
|
||||
exit($res);
|
||||
|
Loading…
Reference in New Issue
Block a user