Bump psalm/phar from 4.7.1 to 4.8.1

Bumps [psalm/phar](https://github.com/psalm/phar) from 4.7.1 to 4.8.1.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/4.7.1...4.8.1)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
dependabot[bot] 2021-07-14 13:38:56 +00:00 коммит произвёл Christoph Wurst
Родитель a59a5fbdbb
Коммит 705b34b8ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
5 изменённых файлов: 12 добавлений и 12 удалений

10
composer.lock сгенерированный
Просмотреть файл

@ -2307,16 +2307,16 @@
},
{
"name": "psalm/phar",
"version": "4.7.1",
"version": "4.8.1",
"source": {
"type": "git",
"url": "https://github.com/psalm/phar.git",
"reference": "9e96a91f1bca15fa89ddce177872f440d62940b7"
"reference": "ce0856e5c28a78382d1fa4e1a11cf9aac6292231"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/psalm/phar/zipball/9e96a91f1bca15fa89ddce177872f440d62940b7",
"reference": "9e96a91f1bca15fa89ddce177872f440d62940b7",
"url": "https://api.github.com/repos/psalm/phar/zipball/ce0856e5c28a78382d1fa4e1a11cf9aac6292231",
"reference": "ce0856e5c28a78382d1fa4e1a11cf9aac6292231",
"shasum": ""
},
"require": {
@ -2334,7 +2334,7 @@
"MIT"
],
"description": "Composer-based Psalm Phar",
"time": "2021-04-25T21:29:13+00:00"
"time": "2021-06-21T02:02:58+00:00"
},
{
"name": "roave/security-advisories",

Просмотреть файл

@ -27,7 +27,7 @@ class HordeTranslationHandler implements Horde_Translation_Handler {
/**
* Returns the translation of a message.
*
* @var string $message The string to translate.
* @param string $message The string to translate.
*
* @return string The string translation, or the original string if no
* translation exists.

Просмотреть файл

@ -678,11 +678,11 @@ class IMAPMessage implements IMessage, JsonSerializable {
}
/**
* @param string $message
* @param string $id
*
* @return void
*/
public function setInReplyTo(string $message) {
public function setInReplyTo(string $id) {
throw new Exception('not implemented');
}

Просмотреть файл

@ -96,7 +96,7 @@ interface IMessage {
public function getInReplyTo();
/**
* @param string $message
* @param string $id
*/
public function setInReplyTo(string $id);
@ -132,9 +132,9 @@ interface IMessage {
public function addRawAttachment(string $name, string $content): void;
/**
* @param File $fileName
* @param File $file
*/
public function addAttachmentFromFiles(File $fileName);
public function addAttachmentFromFiles(File $file);
/**
* @param LocalAttachment $attachment

Просмотреть файл

@ -33,7 +33,7 @@ class IspDb {
/** @var LoggerInterface */
private $logger;
/** @var string[] */
/** @returns string[] */
public function getUrls(): array {
return [
'{SCHEME}://autoconfig.{DOMAIN}/mail/config-v1.1.xml?emailaddress={EMAIL}',