diff --git a/src/danog/MadelineProto/MTProtoTools/Files.php b/src/danog/MadelineProto/MTProtoTools/Files.php index 388e9eb9b..84e3e8d82 100644 --- a/src/danog/MadelineProto/MTProtoTools/Files.php +++ b/src/danog/MadelineProto/MTProtoTools/Files.php @@ -418,7 +418,7 @@ trait Files */ private $offset = 0; /** - * Callback + * Callback. * * @var ?callable */ diff --git a/tests/makephar.sh b/tests/makephar.sh index ea762399a..9ebb28928 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -114,6 +114,7 @@ export MTPROTO_SETTINGS='{"logger":{"logger_level":5}}' php tools/makephar.php $HOME/phar5 "madeline$php$branch.phar" $TRAVIS_COMMIT cp tests/testing.php tests/testingBackup.php +set +e tests/testing.php <