Skip to content

Commit

Permalink
Fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ang3 committed Jul 8, 2020
1 parent 75a10e1 commit 3499ef9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Mapping/MetadataCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getClassMetadata(ReflectionClass $reflectionClass, callable $loa
}

/**
* @throws MappingException when the model is already mapped by another class.
* @throws MappingException when the model is already mapped by another class
*/
public function registerModelClassMetadata(string $modelName, ReflectionClass $reflectionClass): void
{
Expand Down
1 change: 0 additions & 1 deletion src/Schema/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Ang3\Component\Odoo\ORM\Schema;

use Ang3\Component\Odoo\ORM\ObjectManager;
use Psr\Cache\InvalidArgumentException;
use RuntimeException;
use Symfony\Component\Serializer\Normalizer\PropertyNormalizer;

Expand Down
2 changes: 1 addition & 1 deletion src/Schema/SchemaCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public function getSchema(): Schema
{
return $this->schema;
}
}
}

0 comments on commit 3499ef9

Please sign in to comment.