Skip to content

Commit

Permalink
Use new element-plus theme (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 24, 2024
1 parent a8eead9 commit 72d96ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Boot/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class Bootstrap

/**
* @throws Exceptions\InvalidArgument
* @throws Exceptions\InvalidState
*/
public static function boot(string $envPrefix = 'FB_APP_PARAMETER_'): Configurator
{
Expand Down Expand Up @@ -201,6 +202,7 @@ private static function initConstants(): void
* @return array<mixed>
*
* @throws Exceptions\InvalidArgument
* @throws Exceptions\InvalidState
*/
private static function loadEnvParameters(
string $prefix,
Expand Down
1 change: 1 addition & 0 deletions tests/cases/unit/DI/ExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ final class ExtensionTest extends TestCase

/**
* @throws Exceptions\InvalidArgument
* @throws Exceptions\InvalidState
* @throws Nette\DI\MissingServiceException
*/
public function testCompilersServices(): void
Expand Down

0 comments on commit 72d96ba

Please sign in to comment.