@@ -124,7 +124,7 @@ |
||
124 | 124 | /** |
125 | 125 | * Returns the view used in the frontend |
126 | 126 | * |
127 | - * @return mixed |
|
127 | + * @return string |
|
128 | 128 | */ |
129 | 129 | public function getDefaultView() |
130 | 130 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * Get the label |
41 | 41 | * |
42 | - * @return string |
|
42 | + * @return integer |
|
43 | 43 | */ |
44 | 44 | public function getLabel() |
45 | 45 | { |
@@ -15,6 +15,7 @@ |
||
15 | 15 | * @param string $from The from address |
16 | 16 | * @param string $to The to address(es) seperated by \n |
17 | 17 | * @param string $subject The subject |
18 | + * @return void |
|
18 | 19 | */ |
19 | 20 | public function sendContactMail(FormSubmission $submission, $from, $to, $subject); |
20 | 21 |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Kunstmaan\FormBundle\Tests\Entity\PageParts; |
4 | 4 | |
5 | 5 | use ArrayObject; |
6 | - |
|
7 | 6 | use Kunstmaan\FormBundle\Entity\PageParts\ChoicePagePart; |
8 | 7 | use Kunstmaan\FormBundle\Form\ChoicePagePartAdminType; |
9 | - |
|
10 | 8 | use Symfony\Component\Form\FormBuilderInterface; |
11 | 9 | |
12 | 10 | /** |
@@ -61,7 +61,7 @@ |
||
61 | 61 | * @param OutputInterface $output An OutputInterface instance |
62 | 62 | * |
63 | 63 | * @throws \RuntimeException |
64 | - * @return void |
|
64 | + * @return integer|null |
|
65 | 65 | */ |
66 | 66 | protected function execute(InputInterface $input, OutputInterface $output) |
67 | 67 | { |
@@ -228,7 +228,7 @@ |
||
228 | 228 | /** |
229 | 229 | * Get the generator. |
230 | 230 | * |
231 | - * @return PagePartGenerator |
|
231 | + * @return PageGenerator |
|
232 | 232 | */ |
233 | 233 | protected function createGenerator() |
234 | 234 | { |
@@ -395,7 +395,7 @@ discard block |
||
395 | 395 | * Get an array of fields that need to be added to the entity. |
396 | 396 | * |
397 | 397 | * @param BundleInterface $bundle |
398 | - * @param array $reservedFields |
|
398 | + * @param string[] $reservedFields |
|
399 | 399 | * |
400 | 400 | * @return array |
401 | 401 | */ |
@@ -573,7 +573,7 @@ discard block |
||
573 | 573 | * |
574 | 574 | * @param bool $niceNames |
575 | 575 | * |
576 | - * @return array |
|
576 | + * @return string[] |
|
577 | 577 | */ |
578 | 578 | private function getTypes($niceNames = false) |
579 | 579 | { |
@@ -601,7 +601,7 @@ discard block |
||
601 | 601 | /** |
602 | 602 | * Get all available media types. |
603 | 603 | * |
604 | - * @return array |
|
604 | + * @return string[] |
|
605 | 605 | */ |
606 | 606 | private function getMediaTypes() |
607 | 607 | { |
@@ -117,6 +117,9 @@ |
||
117 | 117 | } |
118 | 118 | |
119 | 119 | |
120 | + /** |
|
121 | + * @param string $pathInSkeleton |
|
122 | + */ |
|
120 | 123 | public static function getFullSkeletonPath($pathInSkeleton) |
121 | 124 | { |
122 | 125 | $pathInSkeleton = trim($pathInSkeleton); |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | /** |
35 | 35 | * @param int $percentage |
36 | 36 | * |
37 | - * @return AfterXScrollPercent |
|
37 | + * @return AfterXScrollPercentRule |
|
38 | 38 | */ |
39 | 39 | public function setPercentage($percentage) |
40 | 40 | { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @return AfterXScrollPercentAdminType |
|
73 | + * @return AfterXScrollPercentRuleAdminType |
|
74 | 74 | */ |
75 | 75 | public function getAdminType() |
76 | 76 | { |