@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | * @param $name |
29 | 29 | * @param $requestedName |
30 | 30 | * |
31 | - * @return bool|void |
|
31 | + * @return boolean |
|
32 | 32 | */ |
33 | 33 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
34 | 34 | { |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | * @param $name |
43 | 43 | * @param $requestedName |
44 | 44 | * |
45 | - * @return AdapterInterface |
|
45 | + * @return FileLocatorInterface |
|
46 | 46 | * @throws \Nnx\JmsSerializerModule\MetadataDriver\Exception\RuntimeException |
47 | 47 | * @throws \Nnx\JmsSerializerModule\Options\Exception\InvalidArgumentException |
48 | 48 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | * @param $name |
29 | 29 | * @param $requestedName |
30 | 30 | * |
31 | - * @return bool|void |
|
31 | + * @return boolean |
|
32 | 32 | */ |
33 | 33 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
34 | 34 | { |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | * @param $name |
43 | 43 | * @param $requestedName |
44 | 44 | * |
45 | - * @return AdapterInterface |
|
45 | + * @return DriverInterface |
|
46 | 46 | * @throws \Nnx\JmsSerializerModule\MetadataDriver\Exception\RuntimeException |
47 | 47 | * @throws \Nnx\JmsSerializerModule\Options\Exception\InvalidArgumentException |
48 | 48 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param $name |
27 | 27 | * @param $requestedName |
28 | 28 | * |
29 | - * @return bool|void |
|
29 | + * @return boolean |
|
30 | 30 | */ |
31 | 31 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
32 | 32 | { |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | * @param $name |
28 | 28 | * @param $requestedName |
29 | 29 | * |
30 | - * @return bool|void |
|
30 | + * @return boolean |
|
31 | 31 | */ |
32 | 32 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
33 | 33 | { |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | * @param $name |
42 | 42 | * @param $requestedName |
43 | 43 | * |
44 | - * @return ObjectConstructorInterface |
|
44 | + * @return VisitorInterface |
|
45 | 45 | * @throws \Nnx\JmsSerializerModule\Visitor\Exception\RuntimeException |
46 | 46 | * @throws \Nnx\JmsSerializerModule\ObjectConstructor\Exception\RuntimeException |
47 | 47 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | * @param $name |
30 | 30 | * @param $requestedName |
31 | 31 | * |
32 | - * @return bool|void |
|
32 | + * @return boolean |
|
33 | 33 | */ |
34 | 34 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
35 | 35 | { |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | * @param $name |
44 | 44 | * @param $requestedName |
45 | 45 | * |
46 | - * @return ObjectConstructorInterface |
|
46 | + * @return Map |
|
47 | 47 | * @throws \Nnx\JmsSerializerModule\Visitor\Exception\RuntimeException |
48 | 48 | * @throws \Nnx\JmsSerializerModule\ObjectConstructor\Exception\RuntimeException |
49 | 49 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
@@ -109,7 +109,7 @@ |
||
109 | 109 | * Добавляет метаданные для двухсторонних ассоциаций |
110 | 110 | * |
111 | 111 | * @param DataContainer\EntityInterface $childEntity |
112 | - * @param $childEntityClassName |
|
112 | + * @param string $childEntityClassName |
|
113 | 113 | * @param DataContainer\Association $targetAssociation |
114 | 114 | */ |
115 | 115 | protected function buildReverseAssociationMetadata(DataContainer\EntityInterface $childEntity, $childEntityClassName, DataContainer\Association $targetAssociation) |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param $name |
27 | 27 | * @param $requestedName |
28 | 28 | * |
29 | - * @return bool|void |
|
29 | + * @return boolean |
|
30 | 30 | */ |
31 | 31 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
32 | 32 | { |
@@ -210,7 +210,7 @@ |
||
210 | 210 | /** |
211 | 211 | * Возвращает менеджер для получения контейнера с данными для DoctrineObjectConstructor |
212 | 212 | * |
213 | - * @return AbstractPluginManager |
|
213 | + * @return ContainerInterface |
|
214 | 214 | */ |
215 | 215 | public function getDoctrineObjectConstructorDataManager() |
216 | 216 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param $name |
27 | 27 | * @param $requestedName |
28 | 28 | * |
29 | - * @return bool|void |
|
29 | + * @return boolean |
|
30 | 30 | */ |
31 | 31 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
32 | 32 | { |