Skip to content

Commit

Permalink
Fixed coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Aug 6, 2024
1 parent ae56588 commit c092221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bridge/Nette/DI/WebpackEncoreBundleExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function getConfigSchema(): Schema
'string'
),
])->castTo(WebpackEncoreConfig::class)
->assert(static fn (object $config): bool => !(!isset($config->output_path) && empty($config->builds)), 'No build is defined.');
->assert(static fn (object $config): bool => !(!isset($config->output_path) && empty($config->builds)), 'No build is defined.');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
date_default_timezone_set('Europe/Prague');

if (PHP_VERSION_ID < 80000) {
error_reporting(~E_USER_DEPRECATED);
error_reporting(~E_USER_DEPRECATED);
}

if (PHP_VERSION_ID >= 80200) {
Expand Down

0 comments on commit c092221

Please sign in to comment.