@@ -1,4 +1,4 @@ |
||
| 1 | -<?php echo '<?php' , PHP_EOL; ?> |
|
| 1 | +<?php echo '<?php', PHP_EOL; ?> |
|
| 2 | 2 | |
| 3 | 3 | use Tarantool\Mapper\Contracts\Manager; |
| 4 | 4 | use Tarantool\Mapper\Contracts\Migration; |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | - * @return Entity |
|
| 94 | + * @return boolean |
|
| 95 | 95 | */ |
| 96 | 96 | public function knows(Contracts\Entity $entity) |
| 97 | 97 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Tarantool\Client; |
| 6 | 6 | use Tarantool\Mapper\Contracts; |
| 7 | -use Tarantool\Schema\Space; |
|
| 8 | 7 | use Tarantool\Schema\Index; |
| 9 | 8 | |
| 10 | 9 | class Schema implements Contracts\Schema |