Completed
Push — master ( 95904e...558473 )
by Andrey
02:51
created
src/MetadataDriver/FileLocatorAbstractFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/MetadataDriver/MetadataDriverAbstractFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Serializer/JmsSerializerAbstractFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Visitor/VisitorsAbstractFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Visitor/VisitorsMapAbstractFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/DoctrineObjectEngine/MetadataBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/EventDispatcher/EventDispatcherAbstractFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/EventDispatcher/XmlDoctrineObjectConstructorSubscriber.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
     /**
211 211
      * Возвращает менеджер для получения контейнера с данными для DoctrineObjectConstructor
212 212
      *
213
-     * @return AbstractPluginManager
213
+     * @return ContainerInterface
214 214
      */
215 215
     public function getDoctrineObjectConstructorDataManager()
216 216
     {
Please login to merge, or discard this patch.
src/HandlerRegistry/HandlerRegistryAbstractFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.