Completed
Push — master ( 3e0714...50ebf9 )
by Gabriel
09:17
created
src/PdfLetters/Controllers/AdminPdfLetterControllerTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
 
119 119
     /**
120 120
      * @param Record $parent
121
-     * @return mixed
121
+     * @return null|string
122 122
      */
123 123
     protected function getPdfLettersPageController($parent)
124 124
     {
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @return mixed
129
+     * @return PdfLetterTrait
130 130
      */
131 131
     protected function viewCheckItem()
132 132
     {
@@ -139,8 +139,8 @@  discard block
 block discarded – undo
139 139
     }
140 140
 
141 141
     /**
142
-     * @param $item
143
-     * @param $type
142
+     * @param Record $item
143
+     * @param string $type
144 144
      * @return PdfLetterTrait|Record
145 145
      */
146 146
     protected function newPdfLetterRecordFromItemType($item, $type)
Please login to merge, or discard this patch.
src/PdfLetters/PdfLetterTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
 
169 169
     /**
170 170
      * @param $pdf
171
-     * @param $model
171
+     * @param AbstractRecordTrait $model
172 172
      */
173 173
     protected function addFieldsToPDF($pdf, $model)
174 174
     {
Please login to merge, or discard this patch.