Passed
Push — master ( 7ee0cb...945e16 )
by Maciej
02:56
created
Controller/Adminhtml/Attachment/File/Preview.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * @param int $id
109 109
      *
110
-     * @return mixed \LizardMedia\ProductAttachment\Api\Data\AttachmentInterface | null
110
+     * @return AttachmentInterface|null \LizardMedia\ProductAttachment\Api\Data\AttachmentInterface | null
111 111
      */
112 112
     private function loadAttachmentById(int $id) : ?AttachmentInterface
113 113
     {
Please login to merge, or discard this patch.
Controller/Download/Attachment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     /**
102 102
      * @param int $id
103 103
      *
104
-     * @return mixed LizardMedia\ProductAttachment\Api\Data\AttachmentInterface | void
104
+     * @return AttachmentInterface|null LizardMedia\ProductAttachment\Api\Data\AttachmentInterface | void
105 105
      */
106 106
     private function loadAttachmentById(int $id) : ?AttachmentInterface
107 107
     {
Please login to merge, or discard this patch.
Model/Attachment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
 
77 77
 
78 78
     /**
79
-     * @return array
79
+     * @return string[]
80 80
      */
81 81
     public function getIdentities()
82 82
     {
Please login to merge, or discard this patch.
Model/ResourceModel/Db/Collection/EavAttributeJoiner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
 
198 198
 
199 199
     /**
200
-     * @param \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection $collection
200
+     * @param \LizardMedia\ProductAttachment\Model\ResourceModel\Attachment\Collection $collection
201 201
      * @param string $foreignKeyName
202 202
      * @param string $entityTypeCode
203 203
      * @param mixed string | array $attributes
Please login to merge, or discard this patch.