Skip to content

Commit

Permalink
Added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Mar 28, 2024
1 parent 5cb6093 commit 55b9c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mako/application/CurrentApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

use RuntimeException;

use function vsprintf;

/**
* Holds the current application instance.
*/
Expand Down
1 change: 1 addition & 0 deletions src/mako/syringe/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use ReflectionNamedType;
use ReflectionParameter;

use function array_keys;
use function array_replace;
use function array_values;
use function is_array;
Expand Down

0 comments on commit 55b9c02

Please sign in to comment.