@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |
39 | - * @return mixed |
|
39 | + * @return null|string |
|
40 | 40 | */ |
41 | 41 | public function getTypeValue() |
42 | 42 | { |
@@ -133,7 +133,7 @@ discard block |
||
133 | 133 | |
134 | 134 | /** |
135 | 135 | * @param FPDI $pdf |
136 | - * @param $value |
|
136 | + * @param null|string $value |
|
137 | 137 | * @return int|string |
138 | 138 | */ |
139 | 139 | protected function pdfXPosition($pdf, $value) |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | |
159 | 159 | /** |
160 | 160 | * @param FPDI $pdf |
161 | - * @param $value |
|
161 | + * @param null|string $value |
|
162 | 162 | * @return int|string |
163 | 163 | */ |
164 | 164 | protected function pdfYPosition($pdf, $value) |
@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | |
17 | 17 | /** |
18 | - * @param $model |
|
18 | + * @param \Nip\Records\Traits\AbstractTrait\RecordTrait $model |
|
19 | 19 | * @return null |
20 | 20 | */ |
21 | 21 | public function getValue($model) |
@@ -118,7 +118,7 @@ discard block |
||
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 |
||
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 |
||
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) |
@@ -168,7 +168,7 @@ |
||
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 | { |