Skip to content

Commit

Permalink
Composer classmap warnings fix.
Browse files Browse the repository at this point in the history
(cherry picked from commit d2ddf4d)
  • Loading branch information
LastDragon-ru committed Dec 10, 2024
1 parent dd9e68a commit 73a4f56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"packages/graphql-printer/docs/",
"packages/graphql/docs/",
"packages/migrator/docs/",
"packages/migrator/src/Migrations/MigratorTest/raw/",
"packages/serializer/docs/",
"packages/spa/docs/",
"packages/testing/docs/"
Expand Down
3 changes: 1 addition & 2 deletions packages/graphql/src/Builder/ContextTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php declare(strict_types = 1);

namespace Builder;
namespace LastDragon_ru\LaraASP\GraphQL\Builder;

use LastDragon_ru\LaraASP\GraphQL\Builder\Context;
use LastDragon_ru\LaraASP\GraphQL\Testing\Package\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;

Expand Down
3 changes: 2 additions & 1 deletion packages/migrator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"LastDragon_ru\\LaraASP\\Migrator\\Docs\\": "docs"
},
"exclude-from-classmap": [
"docs/"
"docs/",
"src/Migrations/MigratorTest/raw/"
]
},
"extra": {
Expand Down

0 comments on commit 73a4f56

Please sign in to comment.