@@ -40,7 +40,7 @@ |
||
40 | 40 | } |
41 | 41 | |
42 | 42 | /** |
43 | - * @param object|Bootstrap $bootstrap |
|
43 | + * @param Bootstrap $bootstrap |
|
44 | 44 | * @param callable $trigger |
45 | 45 | * @return AbstractConfiguredApplication |
46 | 46 | * @triggers bootstrap |
@@ -52,6 +52,7 @@ discard block |
||
52 | 52 | |
53 | 53 | /** |
54 | 54 | * {@inheritdoc} |
55 | + * @param string $factory |
|
55 | 56 | */ |
56 | 57 | public function set($service, $factory = null) |
57 | 58 | { |
@@ -116,7 +117,7 @@ discard block |
||
116 | 117 | } |
117 | 118 | |
118 | 119 | /** |
119 | - * @param $service |
|
120 | + * @param string $service |
|
120 | 121 | */ |
121 | 122 | private function setService($service) |
122 | 123 | { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | |
58 | 58 | /** |
59 | 59 | * @param DebuggerInterface $debugger |
60 | - * @return mixed|DebuggerInterface|\WebinoAppLib\Service\NullDebugger |
|
60 | + * @return DebuggerInterface|null |
|
61 | 61 | */ |
62 | 62 | private function createDebugger(DebuggerInterface $debugger = null) |
63 | 63 | { |
@@ -59,7 +59,7 @@ |
||
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
62 | - * @param object|IBarPanel $panel |
|
62 | + * @param IBarPanel $panel |
|
63 | 63 | * @param string|null $id |
64 | 64 | * @return $this |
65 | 65 | */ |
@@ -35,7 +35,6 @@ |
||
35 | 35 | /** |
36 | 36 | * @param string $name Name of adapter service. |
37 | 37 | * @param string $type |
38 | - * @param array $opt$this->htmlions |
|
39 | 38 | * @return $this |
40 | 39 | */ |
41 | 40 | protected function configureAdapter($name, $type, array $options = []) |
@@ -57,7 +57,7 @@ |
||
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
60 | - * @param $title |
|
60 | + * @param string $title |
|
61 | 61 | * @return $this |
62 | 62 | */ |
63 | 63 | public function setTitle($title) |