Skip to content

Commit

Permalink
update gitattributes ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Jan 14, 2020
1 parent 3f139c1 commit 136aee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Expand Up @@ -9,6 +9,7 @@
.scrutinizer.yml export-ignore
.styleci.yml export-ignore
infection.json.dist export-ignore
README.md export-ignore
tests/ export-ignore
CONTRIBUTING.md export-ignore
phpstan.neon export-ignore
phpunit.xml.dist export-ignore
2 changes: 1 addition & 1 deletion tests/Mapping/Metadata/MetadataResolverTest.php
Expand Up @@ -11,7 +11,7 @@

declare(strict_types=1);

namespace Jgut\Mapping\Tests\Driver;
namespace Jgut\Mapping\Tests\Metadata;

use Jgut\Mapping\Driver\DriverFactoryInterface;
use Jgut\Mapping\Metadata\MetadataResolver;
Expand Down

0 comments on commit 136aee9

Please sign in to comment.