浏览代码

fix phpstan errors

Olivier Massot 10 月之前
父节点
当前提交
e8658b2026
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 3 0
      src/Service/ServiceIterator/StorageIterator.php
  2. 1 0
      src/Service/Typo3/Typo3Service.php

+ 3 - 0
src/Service/ServiceIterator/StorageIterator.php

@@ -22,6 +22,9 @@ class StorageIterator
     ) {
     }
 
+    /**
+     * @return iterable<FileStorageInterface>
+     */
     public function getStorages(): iterable
     {
         return $this->storageServices;

+ 1 - 0
src/Service/Typo3/Typo3Service.php

@@ -22,6 +22,7 @@ class Typo3Service
      * Send a command to the given route of the Typo3 API.
      *
      * @param array<mixed> $parameters
+     * @param array<mixed> $headers
      *
      * @throws TransportExceptionInterface
      */