Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/nette-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
michallohnisky committed Mar 1, 2021
2 parents bfb3634 + 75dc752 commit 6cf1429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"php": ">=7.1",
"nette/mail": "^2.3 || ^3.0",
"tracy/tracy": "^2.3",
"nette/di": "^2.3 || ^3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/DI/AdtMailerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function loadConfiguration() {
->setAutowired($config['autowireMailer']);
}

public function validateConfig(array $expected, array $config = NULL, $name = NULL) : array {
public function validateConfig(array $expected, array $config = NULL, $name = NULL): array {
$config = parent::validateConfig($expected, $config, $name);

if (empty($config['remote']['api'])) {
Expand Down

0 comments on commit 6cf1429

Please sign in to comment.