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
      */