Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 27, 2023
1 parent f66ae37 commit 1e5a918
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion config/config.neon
Expand Up @@ -26,7 +26,7 @@ extensions:
resources:
resources:
App\Commands\:
paths: [%appDir%/commands]
paths: [%appDir%/Commands]

console:
name: Contributte
Expand Down
2 changes: 1 addition & 1 deletion tests/Cases/E2E/Container/EntrypointTest.php
Expand Up @@ -3,9 +3,9 @@
namespace Tests\Cases\E2E\Container;

use App\Bootstrap;
use Symfony\Component\Console\Application as CliApplication;
use Contributte\Utils\FileSystem;
use Nette\DI\Container;
use Symfony\Component\Console\Application as CliApplication;
use Tester\Assert;
use Tester\TestCase;
use Tests\Toolkit\Tests;
Expand Down

0 comments on commit 1e5a918

Please sign in to comment.