Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version14000Date20220328153054.php')
-rw-r--r--lib/Migration/Version14000Date20220328153054.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Migration/Version14000Date20220328153054.php b/lib/Migration/Version14000Date20220328153054.php
index a123108ba..242993653 100644
--- a/lib/Migration/Version14000Date20220328153054.php
+++ b/lib/Migration/Version14000Date20220328153054.php
@@ -39,7 +39,7 @@ class Version14000Date20220328153054 extends SimpleMigrationStep {
* @return null|ISchemaWrapper
*/
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
- /** @var ISchemaWrapper */
+ /** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
$table = $schema->getTable('talk_attendees');