Skip to content

Commit

Permalink
Merge pull request #85 from keboola/fix-migrate-ondra
Browse files Browse the repository at this point in the history
tmp config params "migrateConfiguration"
  • Loading branch information
ondrajodas authored Apr 4, 2022
2 parents 8fa1c97 + bd2bba7 commit 7a99587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
checkMissingIterableValueType: false
ignoreErrors:
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:children\(\).#'
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:ignoreExtraKeys\(\).#'
- '#Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.#'
- '#logger of class Keboola\\Google\\ClientBundle\\Google\\RestApi constructor expects Monolog\\Logger\|null, Psr\\Log\\LoggerInterface given\.#'
1 change: 1 addition & 0 deletions src/Configuration/ConfigDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function getParametersDefinition(): ArrayNodeDefinition
return $item;
})
->end()
->ignoreExtraKeys(true)
->children()
->scalarNode('outputBucket')->isRequired()->cannotBeEmpty()->end()
->integerNode('nonConflictPrimaryKey')
Expand Down

0 comments on commit 7a99587

Please sign in to comment.