Skip to content

Commit 3499ef9

Browse files
committed
Fixed code
1 parent 75a10e1 commit 3499ef9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: src/Mapping/MetadataCache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getClassMetadata(ReflectionClass $reflectionClass, callable $loa
4545
}
4646

4747
/**
48-
* @throws MappingException when the model is already mapped by another class.
48+
* @throws MappingException when the model is already mapped by another class
4949
*/
5050
public function registerModelClassMetadata(string $modelName, ReflectionClass $reflectionClass): void
5151
{

Diff for: src/Schema/Schema.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Ang3\Component\Odoo\ORM\Schema;
44

55
use Ang3\Component\Odoo\ORM\ObjectManager;
6-
use Psr\Cache\InvalidArgumentException;
76
use RuntimeException;
87
use Symfony\Component\Serializer\Normalizer\PropertyNormalizer;
98

Diff for: src/Schema/SchemaCache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ public function getSchema(): Schema
5959
{
6060
return $this->schema;
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)